Question

I want to write my JS code with the new ECMAScript5 features that working today and in the future.

As not all browsers support all the features (especially IE) such as Object.create, Array.isArray or JSON.

I knew a few workarounds such as use json2.js to archieve JSON support. I want to know more polyfills or workarounds for the other feature.

Was it helpful?
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top