"var" vs "let" vs "const"
Hello Readers!
In this short article, let discuss the differences between the keywords var, let and const in JavaScript.
We often use these keywords to declare Variables, Objects and Arrays.
var myName = "Askar";
let colors = ["Yellow", "Black", "Or...
askarthemasss.hashnode.dev4 min read