Question: Java script C13 Question 4 0 / 1 point What method of the Number object returns the string for a number with base 10 as
Java script C13
| Question 4 | 0 / 1 point |
What method of the Number object returns the string for a number with base 10 as the default?
Question options:
| the round() method | |
| the toPrecision() method | |
| the toFixed() method |
| Question 5 | 0 / 1 point |
What method of the Number object returns a string with the number rounded to the specified number of decimal places?
Question options:
| the toString() method | |
| the round() method | |
| the toFixed() method |
| Question 11 | 0 / 1 point |
Which parameters are required when you call the Date constructor with number parameters?
Question options:
| the year and month | |
| the year, month, and day | |
| the year, month, day, and hours | |
| Question 12 | 0 / 1 point |
What method of the Date object gets the day of the month in local time?
Question options:
| the getDate() method | |
| the getDay() method | |
| the getDayOfMonth() method |
| Question 15 | 0 / 1 point |
Which of the following statements performs a case-insensitive comparison of the strings named text1 and text2?
Question options:
| text1 = text2 | |
|
| |
| text1.toLowerCase() = text2.toLowerCase() | |
| text1.toLowerCase() == text2.toLowerCase() |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
