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