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) JavaScript Code can be called by using
2) JavaScript is designed for following purpose
To Style HTML Pages
To Execute Query Related to DB on Server
To add interactivity to HTML Pages.
To Perform Server Side Scripting Opertion
View Answer
3) Consider the following snippet code
var string1 = ”123”;
var intvalue = 123;
alert( string1 + intvalue );
The result would be
4) JavaScript Code can be called by using _________.
5) JavaScript is invented by ________.