Without using a loop, we could have achieved that same output by using the following code. noLoop.js. // Set initial variable to 0 let i = 0; ...
確定! 回上一頁