What are the top javascript pitfalls?

Posted by googletorp on Stack Overflow See other posts from Stack Overflow or by googletorp
Published on 2010-05-01T12:45:00Z Indexed on 2010/05/01 12:47 UTC
Read the original article Hit count: 235

Filed under:
|

I'm planing on giving an introduction talk on JavaScript and in the preparation process I wondered what the top pitfalls are that rookies fall into.

I know I've had a few gotchas before I fully understood closure, but much of the strange behavior in JavaScript is not something I think about any more...

So, which pitfalls should you deffinately point out to the rookies?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about pitfalls