Answers for "how to avoid space in string javascript"

6

remove space from string javascript

var str = "       Hello World!        ";
alert(str.trim());
Posted by: Guest on March-19-2020

Code answers related to "how to avoid space in string javascript"

Code answers related to "Javascript"

Browse Popular Code Answers by Language