Search posts, tags, users, and pages
Shubham Prajapat
@Software Developer
Hoisting in JavaScript is a behavior in which a function or a variable can be used before declaration. Example: console.log(name); // undefined var name = 'Shubham Prajapat';
No responses yet.