Array.from polyfill
npm install array-from-polyfill
``import 'array-from-polyfill';`
import 'array-from-polyfill';
or
`require 'array-from-polyfill';``
require 'array-from-polyfill';
then use Array.from()
then done