Multiple choice general knowledge

Choose the built-in object:

  1. Password

  2. Math

  3. Link

  4. Hidden

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

Math is a built-in JavaScript object providing mathematical constants and functions like Math.random(), Math.floor(), Math.PI, etc. Password, Link, and Hidden are not built-in JavaScript objects - they were DOM form element objects in older browser specifications but are not part of core JavaScript.