The split('\n') splits the string into array elements by splitting on a line break. ["I am Learning JavaScript.", "JavaScript is fun.", "JavaScript is easy."].
確定! 回上一頁