JavaScript: From First Steps to Professional

JavaScript: From First Steps to Professional

Learning Paths:
14 hours, 19 minutes CC

Take your first steps into the wide world of JavaScript and walk away with the core skills needed to become a professional JavaScript programmer! Through a series of hands-on projects, you’ll learn the building blocks to write dynamic websites. Modify web pages on the fly, write reusable code with functions, react to user events, make decisions with conditionals, and fetch data from APIs! Everything you need to continue your journey to become effective at JavaScript.

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

Published: November 15, 2022
Get Unlimited Access Now
Table of Contents

Introduction

DOM

Values & Data Types

Operators

Expressions

Arrays

Objects

Quiz Project

Quiz Project Functions

Events & Handlers

Conditionals

Map & Filter

Doggos Quiz Game

Data Fetching & Promises

Destructuring Data

Async

Modules

Wrapping Up