This is the Third article of the Javascript Starwars series So let's get started with "variables". What are "variables"? In Javascript, we treat variables as "boxes with labels", and each box is a “named storage” for data. We can put values in these ...
codecutters.hashnode.dev4 min read
No responses yet.