JavaScript Front-end Development: Data, Decision Making, & Arrays


Overview/Description
Expected Duration
Lesson Objectives
Course Number
Expertise Level



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.

Expected Duration (hours)
1.2

Lesson Objectives

JavaScript Front-end Development: Data, Decision Making, & Arrays

  • list and describe the seven data types defined by ECMAScript
  • explore how type conversion works in JavaScript
  • work with the various JavaScript comparison and logical operators
  • declare and use an If statement that executes different code based on a condition
  • use a conditional statement to replace an If...Else statement
  • write a Switch statement containing case and break statements
  • use a For loop
  • use While and Do While loops
  • declare an array and insert, retrieve, and modify values
  • demonstrate the various ways to loop through an array
  • explore how multidimensional arrays are used in JavaScript
  • use a For loop to populate and then retrieve array values
  • Course Number:
    it_sdjfsd_02_enus

    Expertise Level
    Beginner