what does array method .split code example Example: string split method var str = "How are you doing today?"; var res = str.split(" ", 3);