JavaScript-Polyfill

参考MDN上的Polyfill实现方式,在此基础上增加注释以及自己的想法

MIT License

Stars
5

JavaScript-Polyfill

PolyfillECMA``ECMA``MDNPolyfill

ECMA``````()

issuesPRpushgithubbugPR

Array

forEach
map
from
of
isArray
includes
every
some
filter
find
findIndex
slice
fill

Object

keys
assign
create
is

String

endsWith
startsWith
includes