Difference Between Var, Const And Let
Before the release of javascript ES6, var was the only form of variable declaration used. But, following the release of ES6, let and const were introduced. In this article, we will be highlighting the difference between them.
Var
When var was used as...
codingambivert.hashnode.dev5 min read
Oreva Mercy
๐๐๐