Monday, September 25, 2017

Common mistakes

  1. Accidentally Using the Assignment Operator
  2. Expecting Loose Comparison
  3. Confusing Addition & Concatenation
  4. Misunderstanding Floats
  5. Breaking a JavaScript String
  6. Misplacing Semicolon
  7. Breaking a Return Statement
  8. Accessing Arrays with Named Indexes
  9. Ending Definitions with a Comma
  10. Undefined is Not Null
  11. Expecting Block Level Scope

No comments:

Post a Comment