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

Minor writing typo #17

Open
LeonardoRM opened this issue Jan 24, 2020 · 1 comment
Open

Minor writing typo #17

LeonardoRM opened this issue Jan 24, 2020 · 1 comment

Comments

@LeonardoRM
Copy link

In this file, there's a minor error in the word "enumerable", twice in the following paragraph.

File: ECMAScript-new-features-list/ES2017.MD

Object.entries()

Object.entries gives us the ability to get an object's enurmerable property pairs by returning an array of any given object's own eumberable properties. /ie: [key, value] pairs. Note that the order is the same as provided by the for...in loop.

@mbean0302
Copy link
Contributor

Good catch. I just recently forked this repo and submitted a pull request for fixing the typos.

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