Multiple Choice
Identify the letter of the choice that best matches the phrase or definition.
-This method needs two parameters (x,y) ,where x is the location of the first character needed and y is the ending point of the string
A) built-in
B) function
C) concatenate
D) event handler
E) selectedIndex
F) substring
G) object method
H) writeln
I) lastModified
J) argument
Correct Answer:

Verified
Correct Answer:
Verified
Q68: Identify the letter of the choice that
Q69: JavaScript's built-in functions like alert()and close()actually belong
Q70: The substring()method uses a length value to
Q71: Which of the following objects obtains information
Q72: A built-in object is a JavaScript object
Q74: Which of the following attributes is optional
Q75: Which of the following standards supports the
Q76: Given car.drive(),where car is the object,drive is
Q77: The _ keyword is required if local
Q78: Given a car object and the turn()method,a