mathiasbynens / Array.from

A robust & optimized ES3-compatible polyfill for the `Array.from` method in ECMAScript 6.

Home Page:https://mths.be/array-from

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code review by @rwaldron

mathiasbynens opened this issue · comments

It would be great to have @rwaldron review this, as he’s been championing both Array.from and Array.of (plus he wrote the spec proposal). Rick, are you up for it?

In particular, I’m wondering:

  • Is anything missing from the tests?
  • Do the implementations look alright?