```js str.split(''); // ➞ ['s', 't', 'r', 'i', 'n', 'g']; str.split(); // ➞ ['string']; ```