how to split a string in a array code example Example: javascript split var arr = ['hey', 'nay', 'wey']; var let = arr.split(' '); console.log(let);