Question

Is there a list of builtin functions (in default objects prototypes) and browsers that support them? I was wondering about functions like:

  • Array.prototype.map
  • Array.prototype.forEach
  • Function.prototype.bind

But there are probably more builtin functions like that, Are they listed somewhere with they browser support? I search but didn't find anything.

Was it helpful?

Solution

Ok I found a list in ECMAScript 5 compatibility table.

OTHER TIPS

DevDocs is very helpful in that regard, or the MDN

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top