javascript strip spaces from string code example Example 1: js remove space from string string.split(" ").join("") Example 2: javascript whitespace strip yourvariable.trim()