You are on page 1of 2

JavaScript

1. What is the purpose of JavaScript?


2. What are the Functions in javaScript?
3. What is meant by Arrow function?
4. What is meant by DOM?
5. What are the methods in DOM?
6. What is meant by BOM?
7. What are methods in BOM?
8. What is meant by Prompt?
9. What is meant by setTimeOut?
10. What is the Syntax for setTimeOut?
11. How to create a function in javascript?
12. What are the different types of data types in javascript?
13. What is the Syntax for a for loop?
14. Write Syntax for do-While?
15. What is the difference between While and do-while?
16. What is meant by Array?
17. How to find the size of the Array?
18. What is the difference between == and ===?
19. What is the output of 10+20+”30”?
20. What is the output of “10”+20+30?
21. What are the pop-up boxes available in the javascript?
22. How to validate a form in javascript?
23. What is meant by OOPs?
24. What is meant by this keyword?
25. What is meant by local storage?
26. What are methods in local storage?
27. What is the purpose of JSON?
28. What are the methods in JSON?
29. What is the difference between var and let keyword?
30. What are the logical operators present in javascript?
31. What is the difference between AND & OR operators?
32. What is meant by IIFE?
33. What is meant by Constructor?
34. What is meant by global scope, local scope?
35. What is the use of Promises?
36. What are states in Promises?
37. Why do we need to use the callback() function?
38. What is meant by Variable?

You might also like