js how to detect spaces in sentencs code example Example: javascript detect space in string if(str.indexOf(' ') >= 0){ console.log("contains spaces"); }