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

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