CIW: JavaScript Specialist (1D0-735)

Boost your web development skills with knowledge of the latest JavaScript trends and best practices to pass the CIW 1D0-735 certification exam.

(1D0-735) / ISBN : 978-1-64459-501-5
This course includes
Lessons
TestPrep
Lab
Hands-On Labs (Add-on)
332 Review
Get A Free Trial

About This Course

This CIW JavaScript Specialist Certification course is aligned with 1D0-735 exam guidelines to help you pass the exam in a single attempt. It is a comprehensive course that covers the JavaScript fundamentals, programming techniques and its application for developing fully interactive and beautiful website interfaces. You’ll start with the basics of JavaScript - syntax, data types, operators, and control flow, along with functions, objects, and arrays. You’ll be creating interactive user interfaces by manipulating DOM (Document Object Model). You’ll be managing user events, building responsive web applications, testing code & debugging web browsers, and developing interactive forms. This online JavaScript course will equip you with a strong foundation in JavaScript, hands-on Labs practice exercises, flashcards, pre & post assignments questions and full length practice tests (1D0-735 exam questions).  

Skills You’ll Get

  • Building interactive user-friendly website
  • Working with JavaScript essentials - syntax, structure, data types & variables 
  • Handling complex data structure, objects and arrays
  • Identifying errors, debugging and troubleshooting 
  • Developing interactive forms
  • Managing user data- integrity, preferences & user experiences
  • Using AJAX for making asynchronous requests to servers
  • Knowledge of Web Application Programming Interface (API)

Interactive Lessons

14+ Interactive Lessons | 457+ Exercises | 240+ Quizzes | 102+ Flashcards | 102+ Glossary of terms

Gamified TestPrep

55+ Pre Assessment Questions | 3+ Full Length Tests | 76+ Post Assessment Questions | 165+ Practice Test Questions

1

Introduction to JavaScript

  • Introduction to Scripting
  • JavaScript Characteristics
  • JavaScript and Common Programming Concepts
  • JavaScript Flavors and Versions
  • Technologies based on JavaScript
  • Server-Side vs. Client-Side Applications
  • Annotating Your Code with Comments
  • Expanding the Role of JavaScript
  • Lesson Summary
2

Working with Variables and Data in JavaScript

  • Using JavaScript to Communicate with the User
  • Using Data More Than Once: Variables
  • JavaScript Operators
  • JavaScript Expressions
  • JavaScript Alerts and Prompts
  • Inline Scripting, Simple User Events and Basic Event Handlers
  • JavaScript Keywords and Reserved Words
  • Lesson Summary
3

Functions, Methods and Events in JavaScript

  • Introduction to Functions
  • Defining a Function
  • Calling a Function
  • Methods as Functions
  • Types of Functions
  • User Events and JavaScript Event Handlers
  • Lesson Summary
4

Debugging and Troubleshooting JavaScript

  • What Is Debugging?
  • Tools for Debugging Code
  • Testing Code in Various Browsers
  • Debugging Logic Errors
  • JavaScript and Mobile Devices
  • Lesson Summary
5

Controlling Program Flow in JavaScript

  • Controlling Decisional Program Flow
  • The if...else Statement
  • The while Statement
  • The for Statement
  • The break Statement
  • The continue Statement
  • The switch Statement
  • Lesson Summary
6

The JavaScript Document Object Model (DOM)

  • The JavaScript Document Object Model (DOM)
  • The window Object
  • The document Object
  • The image Object
  • The history Object
  • The location Object
  • The navigator Object
  • The Virtual DOM
  • Lesson Summary
7

JavaScript Language Objects

  • Introduction to JavaScript Language Objects
  • The String Object
  • Evaluating Strings
  • JavaScript Regular Expressions
  • The Array Object
  • The forEach() method
  • The Map() Method
  • The Date Object
  • Setting and Extracting Time Information
  • The Math Object
  • Lesson Summary
8

Custom JavaScript Objects

  • Creating Custom Objects
  • Creating a JavaScript Object: The Constructor
  • Creating an Instance of a Custom Object
  • Creating Object Methods
  • Creating Functions for Your Objects
  • Concept of Classes
  • Iterators and Generators
  • Lesson Summary
9

Changing HTML on the Fly

  • Changing HTML on the Fly
  • Using the getElementById Method
  • Using the getElementsByName Method
  • Using the getElementsByTagName Method
  • Using the getElementsByClassName Method
  • Modifying Attributes within the DOM
  • Appending Text to the DOM
  • Lesson Summary
10

Developing Interactive Forms with JavaScript

  • Interactive Forms
  • Overview of Form Elements
  • Referring to Form Elements
  • The form Object
  • The input Elements and text Objects
  • The textarea object
  • The select Object
  • Form Validation
  • Common form Security Errors
  • Lesson Summary
11

JavaScript Security

  • Introduction to JavaScript Security Issues
  • Browser vs. Operating System
  • Browser-Specific Security Issues
  • Browser Compatibility and Client-Side Detection
  • Script Blocking
  • Differences in document.write Among Browsers
  • Malicious and Accidental Coding
  • Frame-to-Frame URL Changing
  • Signed Scripts
  • Cross-Site Scripting (XSS)
  • Cookies and Security in JavaScript
  • Ethics in Collecting, Storing, Using and Protecting User Data
  • Creating Secure JavaScript Code
  • Lesson Summary
12

JavaScript Libraries and Frameworks

  • Introduction to JavaScript Libraries and Frameworks
  • Choosing a Code Library
  • External and Pre-Made Scripts
  • Loading Your First Library
  • Using JavaScript Library Plug-ins
  • Using Frameworks
  • Best Practices with JavaScript Libraries and Frameworks
  • Copyright Issues and JavaScript
  • Lesson Summary
13

JavaScript and AJAX

  • Introduction to AJAX
  • Handling Data and Content Types
  • Interactions Among JavaScript, Data, and HTML
  • Using AJAX Scripts
  • AJAX and Servers
  • AJAX and Databases
  • Usability Issues with AJAX
  • Combining AJAX with Libraries
  • Lesson Summary
14

Introduction to Web APIs

  • Web Application Programming Interface (API)
  • The Web Storage API
  • The Geolocation API
  • The Canvas API
  • Lesson Summary

Working with Variables and Data in JavaScript

  • Using the concat() method

1

Introduction to JavaScript

  • Understanding Basic Concepts of JavaScript (JS)
2

Working with Variables and Data in JavaScript

  • Working with data types
  • Using arithmetic operators - Part 1
  • Using arithmetic operators - Part 2
  • Using comparison and logical operators
  • Using the confirm() method
  • Using the prompt() method
  • Using the onLoad event handler and inline scripting
3

Functions, Methods and Events in JavaScript

  • Working with Functions
  • Understanding anonymous functions
5

Controlling Program Flow in JavaScript

  • Using the if-else statement
  • Using the ternary if-else statement
  • Understanding the while Loop
  • Understanding the do-while loop
  • Using the for loop
  • Using the forEach statement
  • Understanding the break statement
  • Understanding the continue statement
  • Using the switch statement - Part 1
  • Using the switch statement - Part 2
  • Replacing the if-else block with the switch statement
6

The JavaScript Document Object Model (DOM)

  • Understanding the window object
  • Understanding the document object
  • Accessing images in a document
  • Understanding the location object properties
  • Displaying information about a browser
7

JavaScript Language Objects

  • Formatting strings
  • Consider the following:var beforeExam = "You should get plenty of sleep the night before you...
  • Evaluating strings
  • Working with arrays - Part 1
  • Creating a regular expression - Part 1
  • Creating a regular expression - Part 2
  • Working with arrays - Part 2
  • Using the sort() method
  • Using the map() function - Part 1
  • Using the map() function - Part 2
  • Using the Date object - Part 1
  • Using the Date object - Part 2
  • Using mathematical functions
8

Custom JavaScript Objects

  • Creating constructor functions
  • Creating Objects
  • Creating classes
  • Using the call() method
  • Using the apply() method
9

Changing HTML on the Fly

  • Accessing HTML elements using their id
  • Accessing HTML elements using their name
  • Accessing HTML elements by their tag names
  • Accessing HTML elements using their class name
  • Modifying attributes of HTML elements
  • Creating the <button> elements
  • Modifying DOM elements
10

Developing Interactive Forms with JavaScript

  • Modifying form properties
  • Modifying form elements
  • Modifying select lists
  • Conducting form validation - Part 1
  • Conducting form validation - Part 2
  • Conducting form validation - Part 3
11

JavaScript Security

  • Creating a cookie
12

JavaScript Libraries and Frameworks

  • Calling external scripts
13

JavaScript and AJAX

  • Sending an AJAX request
14

Introduction to Web APIs

  • Storing data temporarily in a browser - Part 2
  • Storing data persistently in a browser - Part 1
  • Drawing graphics in a page
  • Debugging - Part 1
  • Debugging - Part 2

Why Do Learners Love This Course?

I am very happy that I chose the uCertify CIW JavaScript Specialist v2.0 course for enhancing my knowledge of JavaScript. The cert guide provides complete coverage of the CIW 1D0-735 exam objectives and provides knowledge and skills on topics such as JavaScript language essentials, including program flow control, form validation.

Avanish Kumar
Avanish Kumar
Senior Developer, Mean Stack

The uCertify platform is fairly easy to navigate and has simplistic functionality so that you are not bogged down trying to learn how to use the site before you start learning. There is a pre-assessment before the course starts, so you know where you are before getting into the course.

James Paschall
Full Stack Developer

I loved the platform because it was easy to use. The chapters are so well-designed to provide you a complete understanding of all the aspects of JavaScript. The chapters contain knowledge checks and flashcards for testing the knowledge gained in the chapters.

Adeyinka Micheal
Software Engineer

Any questions?
Check out the FAQs

Still have unanswered questions and need to get in touch?

Contact Us Now

It is a comprehensive course that fully covers all the certification exam objectives. It details the core concepts of JavaScript programming and its application for building responsive website interfaces.

Study the course material thoroughly, focus on understanding the fundamentals of JavaScript, practice exercises with hands-on Labs to test your knowledge, and solve 1D0-735 exam questions. Online training platforms like uCertify offer everything under one umbrella to help you prepare for the certification exam.

Precisely, it has 55 Multiple Choice Questions.

The passing score is 70% and above. 

The exam fee is $95.

The exam duration is 90 minutes.

The 1D0-735 training course is beneficial for those wanting to develop a solid foundation in JavaScript and its application OR aspiring web developers, web designers, software developers, and IT professionals wanting to upgrade their programming skills.

You tap into the growing demand for certified web development professionals for the roles for front-end developer, junior web developer, full-stack developer, JavaScript Developer, UI/UX developer.

Related Courses

All Course
scroll to top