• [Javascript] Hoisting

    [Javascript] Hoisting

    We already know Hoisting When we write Javascript code, the variables could be used within their scope before they are declared, thanks to hoisting. This feature allows for convenient coding, but it also requires caution as it can lead to unexpected erros and bugs. Javascript hoisting refers to the behavior where variable and function are…

  • Inception

    hi there, This blog is to log myself. What I have learned, earned, and accomplished will be logged here.