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.

有帮助吗?
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top