Arrays An array is a collection of data or items that are stored sequentially. An array contains values called ‘elements’ which are of the same data type. Each item in an array is indexed starting with zero. You may have heard of the programmer joke ...
chinecherem.hashnode.dev3 min readNo responses yet.