5910 Breckenridge Pkwy Suite B, Tampa, FL. 33610
(800) 272-0707

SkillSoft Explore Course

IT Skills     Web Development and Graphic Design     Scripting     JavaScript
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.

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