oktw says to #ysitd
<mmis1000>: let counter = 9, i= 0 while (arr[i++]) { counter--; console.log(arr[i] * counter) }