Last Updated on January 7, 2021
What you will learn
- Learn how to use the JavaScript console and write your first line of JavaScript code
- Learn how to store data using variables
- Learn how to Use a variety of data types to represent data in your code
- Translate real-life decisions into code using conditional statements
- Model more complex problems using logical operators
- Learn how to repeatedly execute code with loop and iteration fundamentals
- Organize your code by declaring functions and writing function expressions
- Store collections of data in arrays
- Manipulate arrays using common properties and methods
- Create JavaScript objects to represent complex data types