ECMAScript-new-features-list icon indicating copy to clipboard operation
ECMAScript-new-features-list copied to clipboard

Minor writing typo

Open LeonardoRM opened this issue 5 years ago • 1 comments

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.

LeonardoRM avatar Jan 24 '20 14:01 LeonardoRM

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

mbean0302 avatar Jul 06 '20 02:07 mbean0302