Which of the following is not considered as an error in JavaScript?
Syntax error
Missing of semicolons
Division by zero
All of the mentioned
Answer : C
View More Related Question
1) A linkage of series of prototype objects is called as
2) The statement a===b refers to
Both a and b are equal in value, type and reference address
Both a and b are equal in value
Both a and b are equal in value and type
There is no such statement
View Answer
3) JavaScript is invented by ________.
4) The property of a primary expression is
stand-alone expressions
basic expressions containing all necessary functions
contains variable references alone
complex expressions
View Answer
5) The main purpose of a “Live Wire” in NetScape is to
Create linkage between client side and server side
Permit server side, JavaScript code, to connect to RDBMS
Support only non relational database
To interpret JavaScript code
View Answer