A Quick Guide To An Array And Array Methods
WHAT IS AN ARRAY.
ARRAY: Bunch of slots that we can put stuffs in, there is an order.
ARRAY is also an ordered collection of values. Array is represented as this ([ ]).
ARRAY METHODS
1: PUSH AND POP: This allows us to add and remove from the end of ...
adelekeblessing.hashnode.dev2 min read