What is the difference between sessionstate and viewstate?
What is the difference between == and ===? Which one would you use?
How to disable an html object ?
Explain why "self" is needed instead of "this".
What is the prototype object in javascript and how it is used?
How to achieve inheritance in javascript?
How to convert json object to string?
How to open url in a new tab in javascript?
How to modify the url of the page without reloading the page?
Can you explain the difference between == and ===?
What is "this"?
Explain how to write class methods vs. Instance methods.
How do you define a class and its constructor?
Explain a story about javascript performance problems?
What is a closure and why are they so useful to us?