Modern JavaScript: ES6+, Async/Await & APIs

JSdom-interaction.js
1 / 7
JavaScript
index.html
const card
🚀

Project Alpha

Status: Active

New Item

Waiting for JavaScript...

A.D.A:Interactivity starts with the DOM (Document Object Model). Let's use JavaScript to select an HTML element and modify it.

Modern JavaScript: ES6+, Async/Await & APIs

Duration: 3.0 hours
Lessons: 20
(4.9)

Explore modern JavaScript features, from new ES6 syntax to asynchronous programming with Promises and Async/Await, and interact with external APIs to build dynamic applications.

Curriculum

  • JavaScript Fundamentals
  • Variables, Data Types, and Operators
  • Control Structures
  • Functions and Arrow Functions
  • Objects and Arrays
  • DOM Manipulation
  • JavaScript Events
  • ES6+ Concepts (let, const, classes)
  • JavaScript Modules
  • Asynchronous Programming: Callbacks and Promises
  • Async/Await
  • Fetch API and XHR
  • JSON
  • Errors and Exception Handling
  • Closures and Scope Concepts
  • Object-Oriented Programming (OOP)
  • Common Design Patterns
  • Introduction to Web APIs (Storage, Geolocation)
  • Debugging in the Browser
  • Best Practices and Performance