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