Notes

IIFE’s

IIFE’s keep functions and variables Private


Interpolation in Javascript


Object Keys & Symbols

Iterating Through Objects using Symbol Keys

The built-in Object.getOwnPropertySymbols() can be used to grab all the symbols in an object.


Primitive Data Types in Depth


Unasssigned Variables in Javascript

The difference between default values and hoisting