strings.trimEnd
Closed this issue · 3 comments
evanplaice commented
Removes the whitespace from the end of a string
Checklist
- implementation
- tests
- jsdoc
Details
console.log(strings.trimEnd(' Hello world! '));
>' Hello world!'
References
evanplaice commented
Closed as 'invalid' b/c this method is already built-in to JS
evanplaice commented
Added back in because the operator is not supported in IE
evanplaice commented
Added in v0.77