5m+
enrolled students
10 Hours
estimated course time
Beginner
required technical level
Introduction to JavaScript
Functions
'For' Loops in JavaScript
Introduction to 'For' Loops in JS
For loops are one of the most commonly used bits of code - it's so powerful and so useful!
Search Text for Your Name
Searching large blocks of text can be tedious, but with JavaScript, it's a breeze! In this project, we'll show you how to search long blocks of text for important information (such as your name).
'While' Loops in JavaScript
Control Flow
Data Structures
Arrays and Objects in JS
In this course, we'll cover some of the more powerful features of JavaScript in greater detail. We'll review arrays, create arrays of arrays, and begin learning about a new data structure: objects.
Contact List
With arrays and objects, we can create a contact list / phone book with ease.