Questions of Test: Javascript Interview Questions

More >>

1

I  don't want to go next text field without filling some text in the current text field. Which is the best approach to do so?

2

How to read a file using javascript?

3

How can you find out which browser a client is using?

4

What is the use of isNan function?

5

Which of the following are valid javascript types?

6

What is the reason of the "Access is Denied" error on browsers? 

7

Which of the following are looping structures in Javascript?

8

Which of the following statements are true about 'undefined' and 'null' values in javascript?

9

What is the difference between == and === operators?

10

If there is no property by name xxx is defined in window object then what is the result of: alert(window.xxx);

More >>