Description
In this course, you will :
- Introduction to JavaScript.
- Basics of programming with JavaScript for web development.
- The fundamentals of the language. Variables, operators, functions, arrays, objects, and loops are among the topics covered.
- You should be prepared to continue your education through advanced courses or other resources.
Syllabus :
1. Variables
- Creating & Naming Variables
- Numbers, Strings & Booleans
- Working with variables
- Null & Undefined
2. Operators & if-statements
- Operators: +, -, *, /, %
- Using Operators with Different Types
- Introduction to if-statements
- if-statements, continued
- Logical Operators: !, ||, &&
- Comparison Operators: <, >, <=, >=, ==, ===, !=, !==
3. Functions
- Introduction to Functions
- Function Arguments
- Return Statements
- Function Practice
4. Arrays
- Arrays, Part 0
- Arrays, Part 1 : Methods
5. Objects
- Introduction to Objects
- Value vs. Reference
6. Loops
- for-loops
- for-loops, continued
- while-loops
- for-in loops
- Putting it all together