JavaScript Quiz
JavaScript was invented by Netscape as a way to add interactivity and control the?
-- select an answer --
Browser
User
The Web
HTML code
JavaScript is often referred to as?
-- select an answer --
Scripting Language
Coding Language
HTML Language
Compiled Language
JavaScript works directly with HTML through the _____ tags.
-- select an answer --
Head
Script
Body
Font
JavaScript does not allow Reading or Writing on?
-- select an answer --
HTML files
FrontPage
Internet
Client Machines and Server Machines
JavaScript is an Object Oriented Language. Which of the following is not part of an Object Oriented Language?
-- select an answer --
Objects
Properties
Methods
Layers
Submitting a Form and Moving the mouse over an image are two examples of?
-- select an answer --
HTML
Functions
Events
Variables
In JavaScript, a piece of Information is a value. Which is not an example of a value?
-- select an answer --
Numbers
OnMouseout
Strings
Functions
Which of the following is a False Statement?
-- select an answer --
Commands called EventHandlers are trigger to activate interactive script. (Ex. onSelect)
Operators are variables used to work with numbers. (Ex. y)
Assignment operators are used to put a value into a variable. (Ex. x=y)
Comparisons are used to compare one value to another. (Ex. x==y)
Which of the following is a proper way of creating names whether it be for an Object, Property, Method, Variable, etc.
-- select an answer --
MyName
My-name
myName
MY NAME
Which of the following is a False Statement?
-- select an answer --
() signal that we are referring to a method rather than a property.
Objects and Properties are like nouns while methods are like verbs.
In JavaScript, Objects, Properties, and Methods are seperated by periods (aka dots).
A good style for naming objects would be: form[1].
You got
out of
correct.
Your Score:
%