Multiple choice

Which points you to the exact lines where errors occur & allows messages to be written?

  1. Javascript program

  2. Java data

  3. Javascript console

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

The browser console is the primary tool for debugging JavaScript, showing error messages and line numbers.