Closed ZZireal closed 4 years ago
Gets all but the last element of array.
initial([1,2,3,4,5]); //result: [1,2,3,4]
i take it
Gets all but the last element of array.
initial([1,2,3,4,5]); //result: [1,2,3,4]