const chars = str.split('');. 8. console.log(chars[8]);. 9. // expected output: "k". 10. . 11. const strCopy = str.split();.
確定! 回上一頁