Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Which of the following is not considered as an error in JavaScript?

a) Missing of Bracket
b) Syntax error
c) Division by zero
d) Missing of semicolons

Answer: c
Explanation: Division by zero is not an error in JavaScript: it simply returns infinity or negative infinity.

Join The Discussion