Enough JavaScript to get you Started : #16 var vs let vs const
Before we start
π Before we start this article i would like to clarify some technical jargons for you
π Scope : Scope is nothing but a code block where the variable is accessible for usage
π Global Scope : Global Scope means variable is declared...
adarshpandya.hashnode.dev6 min read
Edidiong Asikpo (Didi)
Senior Developer Advocate at Ambassador Labs
Understanding the difference between var, const, and let is something most new devs struggle with.
You did an amazing job explaining them here Adarsh pandya.