how to remove white space form string in JavaScript ?
i know trim function
i want to remove space between word . so is that possible with trim function or we need new function for it which remove white space between word form string in JavaScript ?
Read more