Premium Features

Previous Buy now to get complete version Next
  • Home
uCertify Logo
  • 0
    • Your cart is empty
    • Continue Shopping
    • View Cart
  • login
  • Signup
    • Help & Support
    • Accessibility
    • Testimonials
  • Powered by uCertify
  • Cart 0
    • Your cart is empty
    • Continue Shopping
    • View Cart
  • Hello GuestLogin or Signup
  • Feedback & Support
    • Support
    • Keyboard Shortcuts
    • Send Feedback
Scroll to top button

CIW: JavaScript Specialist (1D0-735)

(1D0-735) / ISBN: 978-1-61691-965-8
This course includes
Lessons
TestPrep
Lab
LiveLab (Add-on)
Mentoring (Add-on)
1D0-735 : CIW: JavaScript Specialist (1D0-735)
11 Reviews
$249
Buy Now
Try this course Pre-Assessment and first two Lessons free No credit card required
Are you an instructor? Teach using uCertify products
Request a free evaluation copy

CIW: JavaScript Specialist (1D0-735)

Kick start your prep for the CIW 1D0-735 exam with the CIW JavaScript Specialist course. The lab is cloud-based, device-enabled, and can easily be integrated with an LMS. This online JavaScript course and lab provide complete coverage of the 1D0-735 exam objectives and helps in mastering essential JavaScript principles and practices; intermediate JavaScript programming techniques applied for JavaScript technology extensions. 
Here's what you will get

The CIW JavaScript Specialist certification is the fourth credential in the CIW Web Development series certification. This exam validates your expertise in website implementation including authoring and scripting, web content creation, web management, digital media tools, and many more. The 1D0- 735 exam objectives are divided into domains like essential JavaScript principles and practices, intermediate JavaScript programming techniques, applied JavaScript, and JavaScript technology extensions.

Lessons
  • 15+ Lessons
  • 5+ Exercises
  • 130+ Quizzes
  • 102+ Flashcards
  • 102+ Glossary of terms
TestPrep
  • 55+ Pre Assessment Questions
  • 2+ Full Length Tests
  • 55+ Post Assessment Questions
  • 110+ Practice Test Questions
Lab
LiveLab (Add-on)
  • 64+ LiveLab
Video Lessons
  • 24+ Videos
  • 01:47+ Hours
Here's what you will learn
Download Course Outline
Lesson 1: Introduction to JavaScript
  • 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
Lesson 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
Lesson 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
Lesson 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
Lesson 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
Lesson 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
Lesson 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
Lesson 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
Lesson 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
Lesson 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
Lesson 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
Lesson 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
Lesson 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
Lesson 14: Introduction to Web APIs
  • Web Application Programming Interface (API)
  • The Web Storage API
  • The Geolocation API
  • The Canvas API
  • Lesson Summary
Appendix

Hands on Activities (Performance Labs)

Working with Variables and Data in JavaScript

  • Using the concat() method

Hands on Activities (Live Labs)

Introduction to JavaScript

  • Understanding Basic Concepts of JavaScript (JS)

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

Functions, Methods and Events in JavaScript

  • Working with Functions
  • Understanding anonymous functions

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

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

JavaScript Language Objects

  • Formatting strings
  • 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

Custom JavaScript Objects

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

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

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

JavaScript Security

  • Modifying cookies

JavaScript Libraries and Frameworks

  • Calling external scripts

JavaScript and AJAX

  • Sending an AJAX request

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
Exam FAQs
What are the prerequisites for this exam?

Here are the pre-requisites:

  • CIW Web Foundations Associate or equivalent knowledge
What is the exam registration fee? USD 150
Where do I take the exam? PSI
What is the format of the exam? The exam consists of linear, multiple choice, fill in the blank, fact-based, and situational questions.
How many questions are asked in the exam? The exam contains 55 questions.
What is the duration of the exam? 90 minutes
What is the passing score? 70.91%
What is the exam's retake policy?

Here are the retake policies:

  • A 24-hour waiting period is required between the first and second attempt exam.
  • If a candidate passes a CIW exam, he will not be allowed to retake that CIW exam.
  • 30 calendar days waiting period from the date of the previous sitting before any third or subsequent sitting exam.
  • There is no limit on the number of attempts a candidate may make on an exam, so long as the 30 day wait period is observed.
What is the validity of the certification? CIW certifications do not expire.
Where can I find more information about this exam? Know more about the 1D0-735
What are the career opportunities after passing this exam?
  • Web Designer
  • Web Developer
  • UI/UX Designer
  • Software Developer
  • Full-Stack Developer
  • Application Programmer
Customer Testimonials
Kenneth Chidozie Onah
The JavaScript Specialist v2.0 course contains rich contents. It started from JavaScript introduction, and comprehensively explained every aspect of the programming language including Variables and Data types, functions, methods, events, control flow, JavaScript DOM, Objects, Hoisting, Closures and more. It teaches modern JavaScript having examples and code snippets written in ES6 standard.
Ololade Elebute
The uCertify CIW: JavaScript Specialist v2.0 course offers hands-on activities that both the beginners and experienced programmers can enjoy while learning. It covers the introduction to the course as well as Web APIs, how to handle JavaScript security, libraries, and frameworks among others.
Avanish Kumar
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.

Show more

×
uc logo for app downloadDownload our uCertify App [lms_setting_placeholder: This filed is used to set the LMS settings.

Share with your friends and colleagues

We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies. More information
Accept