Choose a topic to test your knowledge and improve your JavaScript skills
Why so JavaScript and Java have a similar name?
______ JavaScript is also called client-side JavaScript.
What are variables used for in JavaScript Programs?
____ JavaScript statements embedded in an HTML page can respond to user events such as mouse clicks, form input, and page navigation.
What should appear at the very end of your JavaScript? The <script LANGUAGE=”JavaScript”>tag
Which of the following can’t be done with client-side JavaScript?
Which of the following are capabilities of functions in JavaScript?
______ tag is an extension to HTML that can enclose any number of JavaScript statements.
How does JavaScript store dates in a date object?
Which of the following attribute can hold the JavaScript version?
What is the correct JavaScript syntax to write “Hello World”?
Which of the following way can be used to indicate the LANGUAGE attribute?
Inside which HTML element do we put the JavaScript?
Which types of image maps can be used with JavaScript?
Which of the following navigator object properties is the same in both Netscape and IE?
Which is the correct way to write a JavaScript array?
What does the <noscript> tag do?
JavaScript entities start with _______ and end with _________.
Which of the following best describes JavaScript?
Choose the client-side JavaScript object?
_____method evaluates a string of JavaScript code in the context of the specified object.
Which of the following event fires when the form element loses the focus: <button>, <input>, <label>, <select>, <textarea>?
The syntax of Eval is ________________
JavaScript is interpreted by _________
Using _______ statement is how you test for a specific condition.