Discuss / JavaScript / test

var n=0 while (n < arr.length) { console.log("Hello, "+arr[arr.length-n-1]+"!"); n = n +1; }


  • 1

Reply