Multiple choice

Which of the following is not a standard object of JavaScript?

  1. Boolean

  2. Array

  3. Day

  4. Math

  5. String

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Day is not a standard object of JavaScript, and the functions that belong to this object are Date(), getDate() etc.