log (strChunks); // Output: ["h", "e", "l", "l", "o", " ", "w", "o", "r", "l", "d", "!"] // step 2: const strChunksReverse = strChunks.reverse(); ...
確定! 回上一頁