This repository contains a series of advanced JavaScript tutorial materials, with links and examples.
They are derived from a series of YouTube video tutorials from Dave Gray. The entire playlist is found here.
Topics include:
- JS Closures
- JS Prototypes
- JS Recursion
- JS Currying
- JS Shallow and Deep Copy
- JS Pure Functions
- IIFe Function Expressions
- JS Bind
- Jest Testing
- Pipe and Compose Functions