Please enable JavaScript to use CodeHS

Standards Mapping

for Certiport IT Specialist JavaScript

21

Standards in this Framework

17

Standards Mapped

80%

Mapped to Course

Standard Lessons
1.1
Complete and debug code that uses assignment and arithmetic operators
  1. 5.2 Using the DOM
1.2
Apply JavaScript best practices
  1. 5.1 The Script Tag
1.3
Evaluate the use of internal and external scripts
  1. 6.1 Introduction to jQuery
  2. 6.5 Using Multiple Files in JavaScript
1.4
Implement exception handling
1.5
Complete and debug code that interacts with the Browser Object Model (BOM)
  1. 5.10 Positioning and Animations
2.1
Declare and use variables of primitive data types
  1. 5.1 The Script Tag
2.2
Declare and use arrays
  1. 8.3 Storing Data Structures with Local Storage
  2. 8.4 JavaScript Objects
2.3
Complete and debug code that uses objects
  1. 8.4 JavaScript Objects
2.4
Complete and debug code that uses built-in Math functions
  1. 5.5 Functions in HTML
2.5
Complete and debug functions that accept parameters and return values
3.1
Evaluate expressions that use logical and comparison operators
3.2
Complete and debug decision statements
3.3
Complete and debug loops
  1. 8.10 For/In Loops
4.1
Identify and construct the Document Object Model (DOM) tree
  1. 5.2 Using the DOM
4.2
Identify and handle document, form, keyboard, and mouse events
  1. 3.16 Interaction
  2. 5.8 Keyboard Interactions
  3. 8.5 Using Input Fields
4.3
Complete and debug code that outputs to an HTML document
  1. 5.2 Using the DOM
  2. 5.3 Creating Elements Using the DOM
4.4
Complete and debug code that locates, modifies, and adds HTML elements and attributes to documents
  1. 5.3 Creating Elements Using the DOM
4.5
Create events using event handlers and listeners
  1. 5.6 This Keyword
5.1
Complete and debug code that retrieves form input and sets form field values
  1. 8.5 Using Input Fields
5.2
Complete and debug code that performs input validation
  1. 8.5 Using Input Fields
5.3
Describe the form submission process
  1. 8.5 Using Input Fields