ktyr report
[JavaScript]trim
JavaScript
2019-02-01
trim(str){ return str.replace(/^[\s]+|[\s]+$/g,''); }