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