Computer Science, asked by ssen7797, 1 year ago

Which of the following is not considered as an error in JavaScript?
A.Syntax error
B.Missing of semicolons
C.Division by zero
D.All of the mentioned

Answers

Answered by unknowntitle000
0

Answer:

Division by zero

Explanation:

Answered by anirudhayadav393
0

Concept Introduction: JavaScript is a programming language that consists most of the internet web pages in the world.

Explanation:

We have been Given: JavaScript doesn't consider the following errors:

  1. Syntax Error
  2. Missing of Semi Colons
  3. Division by Zero
  4. All of the above

We have to Find: Which of the following is correct option.

JavaScript doesn't consider Division by Zero an error because, the universal value of zero divided by zero is infinity or negative infinity. So Option no. 3 is correct.

Final Answer: JavaScript doesn't consider Division by Zero an error.

#SPJ2

Similar questions