Discussion :: Javascript - CS
- What kind of error notifications are shown in the console window?
Answer : Option C
Explanation :
Error notifications that show up on Console or through Internet Explorer dialog boxes are the result of both syntax and runtime errors. These error notification include the line number at which the error occurred.
Be The First To Comment