Top 5 JavaScript Interview Questions
1. What is Hoisting in java script ?
Hoisting is a JavaScript behavior where variable and function declarations are moved to the top of their respective scopes during the compilation phase. However, it’s important to note that only the declarations a...
babajankhan.hashnode.dev9 min read