Creating Variables in JavaScript
Introduction
So just like me, you're getting started with JavaScript and depending on the resources you're using, you keep seeing variables being declared using different keywords. These keywords are either var, let, or const.
var carName = "Toyota";...
adeyinka.hashnode.dev3 min read