Skip to content

Files

Latest commit

 

History

History

w3d4-js-review

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Javascript review

NOTE: W3D4 has changed after the content shuffle. Use w3d4-mongodb instead.

  • Expression evaluation (a == 1 || 2)
  • == vs ===
  • Closures
  • Callbacks and Higher-order functions
  • Asynchronous code (setTimeout and setInterval)
  • Practical applications of all that stuff