Skip to content

Minor writing typo #17

Open
Open
@LeonardoRM

Description

@LeonardoRM

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions