Test your knowledge of JavaScript by answering the following questions:
What JavaScript keyword is used to create an instance of an object?
object
new
instance
What is the meaning of the this keyword in JavaScript?
The current object.
The current script.
It has no meaning.
What does the prototype keyword allow you to do in a script?
Change the syntax of JavaScript commands.
Modify the definitions of built-in objects.
Modify the user's browser so only your scripts will work.