ITS OD 302 Javascript 0922
ITS OD 302 Javascript 0922
JavaScript
Candidates for this exam should be able to recognize and write syntactically correct
JavaScript code that will logically solve a given problem and use data types supported by
JavaScript.
Candidates are expected to have at least 150 hours of instruction or hands-on experience
with the JavaScript programming language. Candidates should be familiar with JavaScript
features and capabilities, and understand how to write, debug, and maintain well-formed,
well-documented JavaScript code.
To be successful on the test, the candidate is also expected to have the following
prerequisite knowledge and skills:
• 8th grade reading skills
• Algebra I
• Fundamental knowledge of HTML
• Fundamental knowledge of CSS
1.5 Complete and debug code that interacts with the Browser Object
Model (BOM)
• Displaying dialogs, determining screen size
© 2021-22 Certiport, Inc. Certiport and the Certiport logo are registered trademarks of Certiport Inc. All other trademarks and registered trademarks are the property of their respective holders.
IT SPECIALIST EXAM OBJECTIVES
2.4 Complete and debug code that uses built-in Math functions
• random, round, abs, floor, ceil, min, max, pow, sqrt
2.5 Complete and debug functions that accept parameters and return
values
• Reusable code, local vs. global scope, redefining variables, passing
parameters, value vs. reference, return values
4.2 Identify and handle document, form, keyboard, and mouse events
• onload, onfocus, onblur, onchange, onkeydown, onkeyup, onkeypress,
onclick, onmouseover, onmouseout
4.4 Complete and debug code that locates, modifies, and adds HTML
elements and attributes to documents
• getElementByld, getElementsByTagName, getElementsByClassName,
setAttribute, createElement
5. HTML Forms
5.1 Complete and debug code that retrieves form input and sets form
field values
• Retrieving form values; identifying the DOM path; getting values from
different types of elements; prepopulating, masking, and updating values
© 2021-22 Certiport, Inc. Certiport and the Certiport logo are registered trademarks of Certiport Inc. All other trademarks and registered trademarks are the property of their respective holders.