var str = ' foo '; str.trim(); //return string 'foo' var str = 'foo '; str.trim(); // return string 'foo'