Javascript Hoisting

Javascript Hoisting : Javascript a weekply typed language, and if we are not using the ‘strict’ mode in JS, there are so many code practices which can be avoided with Javascript unlike any other languages. One of these practise is that we can use a variable before declaring it.Yes, you heard it right; In JavaScript, […]

Read More