check if a string has spaces javascript code example Example: js find space in string if(str.indexOf(' ') >= 0){ console.log("contains spaces"); }