I read the ECMAScript Doc and MDN Documents
In browser or node environment, Javascript provides some global objects like Array
and they have functions like filter
and map
.
The question is: are these objects/functions part of the "Javascript Language" or are there just provided by the "environment"?