let string = "Hello World" let firstWord = typeof string.split(" ")[0] !== 'undefined' ? string.split(" ")[0] : null;