const reverseArray = (arr)=>{ for (let v = arr.length ; v > 0 ; v--) { return arr[v]; } } //if you find this answer is useful , //upvote ⇑⇑ , so can the others benefit also . @mohammad alshraideh ( ͡~ ͜ʖ ͡°)