Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Array.from iterator #1

Open
ChrisGalliano opened this issue Nov 26, 2018 · 1 comment
Open

Array.from iterator #1

ChrisGalliano opened this issue Nov 26, 2018 · 1 comment

Comments

@ChrisGalliano
Copy link

const map = new Map().set("a", 1).set("b", 2).set(983, true);
console.log(Array.from(map.keys())); // output -> []
@rousan
Copy link
Owner

rousan commented Feb 10, 2020

Hey @ChrisGalliano,
The installation might be not fulfilled properly, make sure to integrate https://github.com/rousan/es6-harmony to make this work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants