Array

A Data structure that is a collection of elements, each element has what is called an Array index or key, which can be thought of as a pointer. And you can refer to that element by calling it’s index or key.

Andrew Thawley Avatar