Web Dev Basics One
Here's a brief description.
Program with JavaScript
- Introduction to JavaScript
- Learn about different data types, variables, operators and conditional statements
- Organize and store data in arrays using Array methods
- Control the flow of a program with loops
- Control the flow of a program with functions
- Understand global and local variable scoping
- Use objects to model real-world items
- Use classes to model real-world items