/JSOddities

A repo to keep track of some interesting concepts in JS

Primary LanguageJavaScript

JSOddities

A repo to keep track of some interesting concepts in JS

Here are shortcut links to the code being explained, as well as the code itself which can be downloaded and messed with.

  1. Closures
  2. Call, Bind and Apply
  3. Deep Copying of Objects in JS

Note: These concepts were learned through Anthony Alicea's fantastic course "JavaScript: Understanding the Weird Parts"