Share Facebook Twitter LinkedIn Pinterest Email var string='hello world'; var key=string.replace(/ /g,''); alert(key);//helloworld; Many times we need to Remove all spaces from string javascript. We can use this code for that.