const string = " H ell o world " const modified = string.trim() console.log(string) // H ell o world console.log(modified) // H ell o world