I can find references to things like: 1.6, 1.7, ES5, ES6, ECMA-262 Edition 3, ECMAScript 2020, and many more but not a nice list. The links in old answers are to charts of standards not lists of functions.
I am watching and reading about javascript. Trying to reproduce training examples and I find array.reject(function... so I try it.
TypeError: zooPop.reject is not a function
I don't know if I am doing something wrong or this is not supported in App Scripts. Does Google maintain a list? In stackoverflow I find statements that soNso is not supported but the date is a year or more ago. Now it is supported. Pulling out my hair.