Week 3
Introduction to JavaScript pt. 2
Last week, we took our first steps in the world of JavaScript, learning some fundamental building blocks of the language - variables, types, operators, and functions. In Week 3, we’ll round out this knowledge to give you a full introduction to the core components of JavaScript.
This week’s lecture covers more syntax to help us write JavaScript that solves real-world problems. You’ll learn about conditionals (if/else logic), loops (doing things repeatedly), and the data structures of arrays and objects.