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