You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
In this file, there's a minor error in the word "enumerable", twice in the following paragraph.
File: ECMAScript-new-features-list/ES2017.MD
The text was updated successfully, but these errors were encountered: