About Array: What is array?
An array is simply:
A list of item sorted together in order:
Think of it like s row of boxes , where:
Each box hold one value.
Each box has a number(position/index).
you can quickly pick any box if you know its number.
Everyday example:
imagine a fru...
array-deep-down.hashnode.dev2 min read