Overview/Description
JavaScript has rich language features for representing data and controlling the flow of programs. During this course, you will start by considering the seven data types defined by ECMAScript. After that you will explore how Java Script's type conversion functions work with its Comparison and Logical Operators. Next, learn how to declare and use IF Statements. From there you will observe how to employ a conditional operator statement to replace an IF/ELSE statement, and how to write a SWITCH statement that contains CASE and BREAK statements. Other topics include how to use FOR loops, WHILE loops, and DO WHILE loops; how to declare an array; how to insert, retrieve, and modify values. Finally, learn how to loop through arrays, and work with multidimensional arrays.