JavaScript Masterclass

JavaScript Masterclass

English | MP4 | AVC 1920×1080 | AAC 48KHz 2ch | 2 Hours | 610 MB

Get serious JavaScript skills by learning Object-Oriented and Functional Programming styles. This course will uncover the secrets of advanced JavaScript and show you the concepts and patterns you need to fully master JavaScript. You’ll learn both programming styles through building examples that demonstrate real-world challenges and solutions.

What you’ll learn
Get serious JavaScript skills by learning Object-Oriented and Functional Programming styles. This course will uncover the secrets of advanced JavaScript and show you the concepts and patterns you need to fully master JavaScript. You’ll learn both programming styles through building examples that demonstrate real-world challenges and solutions.

Table of Contents

Introduction
Project Setup and Install

Functional Programming
Immutable vs Mutable Concepts
Immutable Data Structures
Imperative vs Declarative Programming
Lambda Expressions vs Anonymous Functions
Pure Functions and Referential Transparency
Function Closures
Higher-Order Functions
Currying and Partial Application
Function Composition and Currying
Function Pipes and Currying
Recursion
Memoization