Question Pack
Published by: Anil K. Panta
Short Questions
Define JavaScript Scope.
What is a Closure in JavaScript?
What is Error Handling? Name the keywords used for it.
What is Debugging?
Define DOM Manipulation.
What is Asynchronous JavaScript?
What is JSON?
Write the full form of AJAX.
What is ES6?
Write any two key features of ES6.
Descriptive Questions
Explain the different types of JavaScript Scope with examples.
Explain Closures in JavaScript with a suitable example.
Describe Error Handling in JavaScript using try, catch, throw, and finally with examples.
Explain Debugging Tools and Techniques used in JavaScript development.
Explain DOM Manipulation and demonstrate how JavaScript can modify HTML elements.
Long Questions
Explain ES6 and Modern JavaScript in detail. Discuss at least five key features of ES6 with examples.
Explain JSON in detail.
Describe the structure of JSON.
Explain the difference between JSON and JavaScript Objects.
Create a JSON file for student information containing fields such as name, age, course, and marks.