JavaScript on the Go: Async

Go to class
Write Review

Free Online Course: JavaScript on the Go: Async provided by LinkedIn Learning is a comprehensive online course, which lasts for Less than 1 hour of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. JavaScript on the Go: Async is taught by Sasha Vodnik.

Overview
  • Learn about the power of asynchronous code, or async, to create more efficient and manageable code for applications in JavaScript.

Syllabus
  • Introduction

    • What async code does
    • What multithreading means in JavaScript
    • How the JavaScript event loop works
    • What JavaScript workers do
    • How to identify when your JavaScript code needs to be async
    • Best practices for building async JavaScript code