Generic filters
Exact matches only
Search in title
Search in content
Search in excerpt

IT Specialist JavaScript

JavaScript is an event-based, client-side, object-oriented scripting language that you can use to add dynamic interactivity to your web pages. Get the live experience of coding in JavaScript with uCertify’s course IT Specialist JavaScript. The course contains interactive lessons, practice tests, knowledge checks, quizzes, flashcards, glossaries, and live labs to comprehensively cover the ITSPC exam objectives. It equips the candidates with all the skills required to pass the ITSPC JavaScript exam.

Submit form to obtain discount

Test Prep
40+ Pre Assessment Questions | 2+ Full Length Tests | 45+ Post Assessment Questions | 90+ Practice Test Questions
Features
92+ LiveLab | 61+ Video tutorials | 01:50+ Hours
104+ Videos | 03:12+ Hours

Why choose TOPTALENT?

Outline

Lessons 1:
Introduction to JavaScript

  • About JavaScript
  • JavaScript Getting Started
  • Comments in JavaScript
  • Your First JavaScript Code
  • Exercise

Lessons 2:
JavaScript Basics

  • JavaScript Variables
  • JavaScript Data Types
  • JavaScript Operators
  • JavaScript Operators Precedence
  • JavaScript Alerts and Prompts
  • JavaScript Keywords and Reserved Words
  • Scripts
  • Constants
  • JavaScript Debugging
  • Exercise

Lessons 3:
Controlling Flow

  • Decision Making
  • Loops
  • Exercise

Lessons 4:
Arrays

  • Types of Arrays
  • Declaring and Initialization of an Array
  • Array Methods
  • Sorting and Searching in Array
  • Access an Element of an Array
  • Exercise

Lessons 5:
Functions

  • Function Definition
  • Calling a Function
  • Nested Functions
  • Built-In Functions
  • The this Keyword
  • Exercise

Lessons 6:
Objects

  • Object-Oriented Language
  • Creating Objects
  • The String Object
  • The Date Object
  • The forEach() Method
  • Exercise

Lessons 7:
The Browser Object Model

  • The Browser Hierarchy
  • Window open() and close() Method
  • JavaScript Window Screen
  • Exercise

Lessons 8:
Document Object Model

  • DOM Levels
  • The DOM as a Tree
  • Retrieving Elements
  • DOM Events
  • JavaScript innerHTML and document.write()
  • Exercise

Lessons 9:
HTML Forms

  • Overview of Form Elements
  • Form Objects
  • Working with Form Information
  • Validation with JavaScript
  • Form Submission Process
  • Exercise

Lessons 10:
Errors and Exceptions

  • Error Handling and Exceptions
  • Types of Errors
  • try, catch and finally Statements
  • throw Statement
  • Exercise