app.js. const alphabet = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'.split(''); let ... of the string is being turned into an element in an array by split.
確定! 回上一頁