#javascript
Read more stories on Hashnode
Articles with this tag
for loop This is used for when working with arrays. Loops through a block of code number of times. const cars = ["BMW", "Volvo", "Saab", "Ford",...
Variable --> Named storage data We can declare it using var,let,const let- new declaration var - old school side declaration const- for constant type...