Hoisting: Hoisting allows functions and variables(with var) to be used before they are declared. This behavior gives us a peek behind the scenes of how JavaScript works It's a javascript behavior where function and variable declaration (with Var) are...
vikas369.hashnode.dev1 min read
No responses yet.