Skip to content

Latest commit

 

History

History
130 lines (79 loc) · 5.21 KB

File metadata and controls

130 lines (79 loc) · 5.21 KB

References/further reading:

BASICS:

Functions:

Switch statements:

Arrow functions:

Array Methods:

Classes (ES6)

Ternarary Operator: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Conditional_Operator


Advanced:

The Call stack:

Recursion

IIFE:

Closures:

The Event Loop:

Hoisting

Currying:

Memoization:

Asynchronous Javascript:

Promises:

Async/Await:

Global Object:

Value vs Reference:

Prototypal Inheritance:

Polymorphism:

The 'this' Keyword:

Call:

Apply: