What is the difference between the operators ‘==‘ & ‘===‘?
Name some of the built-in methods and the values returned by them.
What is the difference between innerhtml & innertext?
How does typeof operator work?
What is the difference between local storage & session storage?
How to get the type of arguments passed to a function?
What is the difference between null & undefined?
What are exports & imports?
Can you assign an anonymous function to a variable and pass it as an argument to another function?
What is the difference between attributes and property?
What is argument objects in javascript & how to get the type of arguments passed to a function?
What would be the result of 2+5+”3″?
What are the ways to define a variable in javascript?
What are escape characters in javascript?
what is the difference between window & document in javascript?