Lesson 1: Introduction to JavaScript & Environment Setup
Set up your tools, explore developer consoles, and write your very first line of JavaScript code.
Set up your tools, explore developer consoles, and write your very first line of JavaScript code.
Learn the modern standards of declaring variables and performing mathematical or logical calculations.
Learn comparison operators, if/else logical structures, and conditional logic.
Discover how to run a block of code multiple times using standard loop concepts like for, while, and do-while.
Learn how to declare functions, utilize arrow functions, understand input parameters, and manage variable scopes.
Master JavaScript arrays by learning basic array methods and advanced iteration tools.
Learn how to define objects, access and modify object properties, and utilize JavaScript Object Notation (JSON).
Learn how the Document Object Model maps your HTML code, and write JS to select and modify elements.
Build a real-world, interactive task manager utilizing modern JS logic, DOM updates, event handlers, and LocalStorage data saving.