Question: Multiple Choice Part 1: An object's methods are accessed by writing the name of the object immediately followed by a ________. method name method index
Multiple Choice
Part 1:
An object's methods are accessed by writing the name of the object immediately followed by a ________.
method name
method index
dot
property operator
Part 2:
Which of the following is not a method of the JavaScript Boolean object?
toString
valueOf
toInt
The JavaScript Boolean object does not possess publicly accessible methods.
Part 3:
The value, a, in the following statement is called the ________, and the value, b, is called the ________. face = Math.floor( a + Math.random() * b );
scaling factor, shifting value
shifting value, scaling factor
scaling value, shifting factor
shifting factor, scaling value
Part 4:
An HTML5 element inside another element is a ________ of the containing element.
parent
child
instance
sub-element
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
