Discuss / JavaScript / 作业

作业

Topic source

for(i=arr.length-1 ; i >= 0; i--)

{

    console.log('Hello, ' + arr[i] + '!');

}


  • 1

Reply