Hacker News new | ask | show | jobs
by jacksoncarter 5803 days ago
Or try this

  var i = a.length;
  while (i--){
    console.log(a[i]);
  }