Discuss / JavaScript / while 反序

while 反序

Topic source

GuiyangLOOK

#1 Created at ... [Delete] [Delete and Lock User]

var n = 2;

while (n>=0) {

console.log(arr[n]);

n--

}


  • 1

Reply