I’ve been working on improving my JavaScript code. I’ve seen several people write that too many people write JavaScript like another language such as C#. What common things I picked up in C# are things I should do differently in JavaScript?
I’ve been working on improving my JavaScript code. I’ve seen several people write that
Share
There is an excellent (and award winning) article on JavaScript gotchas here:
http://www.codeproject.com/KB/scripting/javascript-gotchas.aspx
It covers:
and more …