This course introduces functions, why we use them, and how to use them. The course also combines functions with other programming concepts previously learned.
For loops are one of the most commonly used bits of code - it's so powerful and so useful!
Lesson: 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).
When we tell a program what order to do things in, we're using something called control flow. You already know about 'if' statements, but in this course, we'll expand our knowledge!
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.
Lesson: Contact List
With arrays and objects, we can create a contact list / phone book with ease.
In this project, you’ll build a game from scratch.
You’ll leave Codecademy’s learning environment and build locally, on your own computer, testing and running the game in the browser.