JAVASCRIPT Question List
1. Write short note on variables in JavaScript. Also explain their usage and declaration with example.
2. Short note on Arrays in JavaScript
3. Explain the advantages of JavaScript.
4. List the operators available in JavaScript.
5. Which platforms are available to write script of javascript?
6. Define function in JavaScript with example. Write any two system defined functions. Also show code
example of how to define function.
7. Explain functions (function with parameters and function without parameters)
8. What is DOM? List its various levels.
9. Explain the use of Alert, Prompt and confirm box with example. OR Explain dialog boxes available in
javascript.
10. Short note on event handling in javascript.
11. State rules for naming variables.
12. Discuss in detail Flow control statements with example.
13. Explain different types of looping in javascript with proper example.
14. Explain conditional statements in javascript. Also explain Switch statement