I am saving some data in order using arrays, and I want to add a function that the user can reverse the list. I can\'t think of any possible method, so if anybo
array
What about without using push() !
Solution using XOR !
var myARray = [1,2,3,4,5,6,7,8]; function rver(x){ var l = x.length; for(var i=0; i