This section is designed for programmers who want to quickly learn JavaScript. The section begins with a discussion of functional programming and concludes with asynchronous programming in JavaScript.

Intro to JavaScript

Intro to JavaScript

The course begins by introducing JavaScript, variables and functions

Introduction to Objects
Introduction to JavaScript Objects


Introduce Objects and JSON (JavaScript Object Notation)

Async Programming
Introduction Async programming

Introduces the asynchronous programming model. Discuss promises and covers the async await syntax.