Introduction To Javascript
This course introduces you to JavaScript, the most popular programming language for web development.
The course contains 14 lessons and 7 challenges. In the challenges, you'll be encourage to jump into the code and get your hands dirty. This is both fun and great for making the knowledge stick.
Course Contents
- Data Types
- variables
- Strings
- Numbers
- Booleans
- Arrays
- Objects
- Arithmatic operations
- Relational operations
- Increment & decrement
- If, else if, else
- Switch statements
- For loops
- While & Do While
- Functions