Description
In this course, you will :
- learn about JavaScript data types, built-in methods, and variables in this course.
- Learn how to control the flow of a JavaScript programme using if, else if, else, switch, and ternary syntax.
- JavaScript function syntax, passing data to functions, the return keyword, ES6 arrow functions, and concise body syntax are all covered.
- Learn about JavaScript's global and block level scope.
- teach you about arrays, a JavaScript data structure used to store lists of data.
- teach you how to use for and while loops to execute code blocks multiple times.
- teach you how to use iterator methods to make looping over arrays easier.
- Learn how to model real-world objects using JavaScript ES6 object syntax.
Syllabus :
- Introduction
- Conditionals
- Functions
- Scope
- Arrays
- Loops
- Iterators
- Objects