JavaScript: From Fundamentals to Functional JS, v2

JavaScript: From Fundamentals to Functional JS, v2

8 hours, 3 minutes CC

This course has been updated! We now recommend you take the JavaScript: From First Steps to Professional course.

A deep dive into JavaScript and functional programming techniques, this course is for beginner to intermediate JavaScript developers who want to learn techniques to write professional, modern JavaScript. In this course, Bianca cuts through the technical jargon to reveal the core concepts of JavaScript and applying functional programming techniques to JavaScript. Learn higher-order functions, closures, scope and the fundamentals necessary to use modern frameworks like React, Angular and Vue. You'll master key functional methods like map, reduce and filter ...plus promises and ES6+ asynchronous JavaScript!

This course and others like it are available as part of our Frontend Masters video subscription.

Published: February 27, 2018
Get Unlimited Access Now
Table of Contents

JavaScript: From Fundamentals to Functional JS

Objects

List Transformations

.forEach() Function

.map() Function

.filter() Function

Functions In-Depth

Scope

Callbacks

Functional Utilities

Advanced Scope: Closure

Wrapping Up "JavaScript: From Fundamentals to Functional JS"