#2articles1week
Read more stories on Hashnode
Articles with this tag
When you visit a standard website, one of the first things you see is a navigation section. You can navigate to any of the website's pages from the...
Javascript variables are names given to data storage locations in Javascript. Before 2015, variables have always been declared with the var keyword,...
What is an Array? An object data type allows you to store collections of data, but, you can only store them in a key-value pair. Due to this, it is...