Skip to main content
Improved wording. Improved formatting. Removed thanks (https://meta.stackexchange.com/q/2950/204869). Removed signature (https://stackoverflow.com/help/behavior).
Source Link
Pang
  • 10.2k
  • 146
  • 87
  • 126

Please use thisthe following code to remove space between two words.

word = word.replace(/\s/g, ''));

Thanks Rajesh

word = word.replace(/\s/g, ''));

Please use this code to remove space between two words.

word = word.replace(/\s/g, ''));

Thanks Rajesh

Please use the following code to remove space between two words.

word = word.replace(/\s/g, ''));
Source Link

Please use this code to remove space between two words.

word = word.replace(/\s/g, ''));

Thanks Rajesh