Please enable JavaScript to use CodeHS

Standards Mapping

for Certiport IT Specialist JavaScript

21

Standards in this Framework

12

Standards Mapped

57%

Mapped to Course

Standard Lessons
1.1
Complete and debug code that uses assignment and arithmetic operators
  1. 3.4 Basic Math
1.2
Apply JavaScript best practices
  1. 1.7 Commenting Your Code
  2. 1.13 How to Indent Your Code
  3. 3.2 Variables
1.3
Evaluate the use of internal and external scripts
1.4
Implement exception handling
1.5
Complete and debug code that interacts with the Browser Object Model (BOM)
  1. 3.3 User Input
  2. 10.1 Timers
2.1
Declare and use variables of primitive data types
  1. 3.2 Variables
  2. 3.4 Basic Math
  3. 6.1 Booleans
  4. 6.3 Logical Operators
2.2
Declare and use arrays
  1. 20.1 Intro to Arrays
  2. 20.2 Adding & Removing from an Array
  3. 20.3 Iterating Through an Array
2.3
Complete and debug code that uses objects
  1. 21.1 Intro to Objects
  2. 21.4 Iterating Through an Object
2.4
Complete and debug code that uses built-in Math functions
2.5
Complete and debug functions that accept parameters and return values
  1. 9.1 Functions Challenges
3.1
Evaluate expressions that use logical and comparison operators
  1. 6.2 If/Else Statements
  2. 6.3 Logical Operators
  3. 6.4 Comparison Operators
  4. 6.7 The Break Statement
3.2
Complete and debug decision statements
  1. 1.10 If Statements and Conditionals
  2. 1.11 If/Else Statements
  3. 6.2 If/Else Statements
  4. 6.7 The Break Statement
3.3
Complete and debug loops
  1. 1.9 For Loops
  2. 1.12 While Loops
  3. 6.6 While Loops
  4. 6.7 The Break Statement
  5. 6.9 For Loops
4.1
Identify and construct the Document Object Model (DOM) tree
4.2
Identify and handle document, form, keyboard, and mouse events
  1. 10.4 Mouse Click Events
  2. 10.5 More Mouse Events
  3. 10.6 Key Events
4.3
Complete and debug code that outputs to an HTML document
4.4
Complete and debug code that locates, modifies, and adds HTML elements and attributes to documents
4.5
Create events using event handlers and listeners
  1. 10.4 Mouse Click Events
  2. 10.5 More Mouse Events
  3. 10.6 Key Events
5.1
Complete and debug code that retrieves form input and sets form field values
5.2
Complete and debug code that performs input validation
5.3
Describe the form submission process