Hard Questions on Java Script
Java is a powerful object - oriented programming language like C++,C whereas Javascript is a client-side scripting language with some limitations.
var myValue = window.document.getElementById(\\\'MyTextBox\\\').value;
Undefined variables are those that are not assigned any value but are declared in the program.Trying to read such variables gives special value called undefined value.
- 1. What is the use of Math Object in Java Script ?
- 2. What’s relationship between Java Script and ECMA Script ?
- 3. Are JavaScript and J Query different ?
- 4. Explain the strict mode in Java Script ?
- 5. Explain Java Script closures ?
- 6. What is Java script namespacing? How and where is it used ?
- 7. How to read and write a file using Java Script ?
- 8. What can JavaScript programs do ?
- 9. How to set a HTML document\\\'s background color ?
- 10. What does is NaN function do ?
- 11. Is a Java Script script faster than an ASP Script ?
- 12. Are Java and JavaScript the Same ?
Java is a powerful object - oriented programming language like C++,C whereas Javascript is a client-side scripting language with some limitations.
- 13. How to embed Java Script in a web page ?
- 14. How to get the contents of an input box using Java Script ?
var myValue = window.document.getElementById(\\\'MyTextBox\\\').value;
- 15. How to determine the state of a Check box using JavaScript ?
- 16. What is the difference between Client side JavaScript and Server side JavaScript ?
- 17. How to inheritance works in Java Script ?
- 18. Where are cookies actually stored on the hard disk ?
- 19. What is the undefined value ?
- 20. How to set the cursor to wait in Java Script ?
- 21. What are windows object and navigator object in Java Script ?
- 22. How to detect the operating system on the client machine in Java Script ?
- 23. How to set a HTML document\\\'s background color in Java Script ?
- 24. What are undefined and undeclared variables ?
Undefined variables are those that are not assigned any value but are declared in the program.Trying to read such variables gives special value called undefined value.
- 25. What is the difference between an Alert box and a Confirmation box ?
0 comments:
Post a Comment
Note: only a member of this blog may post a comment.