How would you check if a variable is null/undefined?
How to get the contents of an input box using javascript?
What is isnan in javascript?
What does the delete operator do?
What does undefined value mean in javascript?
How can you detect the client operating system using javascript?
What is unobtrusive javascript? How to add behavior to an element using javascript?
Write a way by which you can do something on the close of the window ?
How to get value from dropdown (select) control?
How to hide javascript code from old browsers that dont run it?
How to force a page to go to another page using javascript ?
What is strict mode in javascript?
discuss scoping in javascript?
What is the concept of “functions as objects” and how does this affect variable scope?
What is the result of below given line of code in java script? 5+4+'7'?