What is the difference between var, let, and const?
Explain hoisting in JavaScript.
What are closures? Give a simple example.
Difference between == and ===.
What is event bubbling and event capturing?
Explain array methods like map, filter, and reduce.
What is async/await and how is it different from Promises?
What is localStorage and sessionStorage?with Todo list CURD opration practical