#beginners
Read more stories on Hashnode
Articles with this tag
Introduction to arrays An array is a data type that stores the data contiguously. Generally, arrays are used to store collections of different types...
Variables What are variables? Variables are the containers for storing the data. Variable is generally declared by using a keyword "var" followed by...