Arrays
Arrays are used to store multiples values under a common label. With variables we used 1 label for one value. In array we use one label for multiple values. So if you have related data and want to access them through their common name, array's are yo...
geekee.hashnode.dev5 min read