I found a trim function I want to use in my Google Apps Script. However, at the bottom of the page, it states that the trim
function is only supported in ECMAScript 5.
When I go to use it, I notice that it happens to work. However, I'd like to know if it'll work some other way besides needing to test it out. I want to know definitively which version of JavaScript is supported.