Arrays
Arrays are collections of items. you can consider them as variables which can store more than one value. you can store different data types in arrays. they are similar to lists in python. arrays are stored inside square brackets, each value separated...
paarthmane.hashnode.dev3 min read