en.javascript.info
en.javascript.info copied to clipboard
Improved phrasing and clarity of the number of polyfill libraries.
The Issue
The current article states that:
Two interesting polyfill libraries are:
- core js that supports a lot, allows to include only needed features.
Suggested Fix
Rewrite it in two sentences:
An interesting polyfill library is core-js. It provides extensive support and allows for adding only the needed features.
(Please note that the name of the library includes a hyphen—according to their convention.)
Corresponding Open Issues and Pull Requests
- #3784
- #3762
- #3757
- #3755