Matching
Match each statement below with a corrct item:
Premises:
Programming code and data that can be treated as an individual unit or component
Returns the square root of the specified value
A function assigned a name within a custom object
Type of array that enables you to add object properties incorporating numbers
The easiest way to declare a custom object
Returns a value rounded to the nearest integer
Elements required for a source program to communicate with an object
Converts a number to a string using the number of decimal places specified
A template, or blueprint, that serves as the basis for new objects
Creates a Date object containing the current date
Responses:
associative
literal
toFixed()
interface
new Date()
round( )
sqrt()
method
object
class
Correct Answer:
Premises:
Responses:
Programming code and data that can be treated as an individual unit or component
Returns the square root of the specified value
A function assigned a name within a custom object
Type of array that enables you to add object properties incorporating numbers
The easiest way to declare a custom object
Returns a value rounded to the nearest integer
Elements required for a source program to communicate with an object
Converts a number to a string using the number of decimal places specified
A template, or blueprint, that serves as the basis for new objects
Creates a Date object containing the current date
Premises:
Programming code and data that can be treated as an individual unit or component
Returns the square root of the specified value
A function assigned a name within a custom object
Type of array that enables you to add object properties incorporating numbers
The easiest way to declare a custom object
Returns a value rounded to the nearest integer
Elements required for a source program to communicate with an object
Converts a number to a string using the number of decimal places specified
A template, or blueprint, that serves as the basis for new objects
Creates a Date object containing the current date
Responses:
Related Questions
Q1: Which class requires you to use a
Q2: Explain the difference between the Number and
Q3: The value of an object property can
Q5: The _ property is a built-in property
Q6: To delete a specific property in a
Q7: The code (methods and statements)and data (variables
Q8: Which method of the Math object rounds
Q9: You can create a function that will
Q10: Describe two ways of adding properties to
Q11: To execute the same statement or command