This course will give you all you need to hit the ground running with JavaScript. You'll be writing code in minutes and will learn how your code applies to real-world applications. We'll only use the most up-to-date JavaScript features. This entire course can be completed in your browser where you'll run your code and get immediate feedback on your solutions.
Overview
Syllabus
- Introduction
- Learn how to run JavaScript code and what makes JS different
- Variables
- Learn about variables and how they can store information in a program
- Comparisons
- Learn how to compare values and write conditional statements
- Functions
- Learn about the different ways to create and execute functions in JavaScript
- Arrays
- Learn about contiguous memory storage in JavaScript
- Loops
- Understand and practice the many ways to iterate over a list of data
- Objects
- Objects are one of the most-used JS structures, learn to master them
- Errors
- Practice good error handling with JavaScripts try/catch
- Runtimes
- Learn about the different JavaScript runtimes and how they differ
Taught by
Lane Wagner, Dan, Matt, Allan, and Hunter