Description
In this course you will :
- Learn about JavaScript data types, built-in methods, and variables.
- Learn how to use if, else if, else, switch, and ternary syntax to control the flow of a program in JavaScript
- Learn about JavaScript function syntax, passing data to functions, the return keyword, ES6 arrow functions, and concise body syntax
- Learn about global and block level scope in JavaScript
- Learn about arrays, a data structure in JavaScript used to store lists of data.
- Learn how to use iterator methods to simplify the process of looping over arrays.