What is the difference between "==" and "==="?
"==" checks equality only, "===" checks for equality as well as the type.
View answer Workspace Report Error Discuss
What does isNaN function do?
It Return true if the argument is not a number.
What is mean by "this" keyword in javascript?
View Answer Report Error Discuss
Which of the following navigator object properties is the same in both Netscape and IE?
Which class provides an interface for invoking JavaScript methods and examining JavaScript properties.
The syntax of capture events method for document object is..
captureEvents(eventType)
Which of the following is added to prefs.js,when open a dialog box each time an error occurs?
How do you put a message in the browser's status bar ?