getify / You-Dont-Know-JS

A book series on JavaScript. @YDKJS on twitter.
Other
179.26k stars 33.48k forks source link

Object.entries(myObj) typo #1777

Closed anavalo closed 2 years ago

anavalo commented 2 years ago

I already searched for this issue:

Line 362: Object.entries(myObj) should return [ ["favoriteNumber",42], ["isDeveloper",true], ["firstName","Kyle"] ]

Yes, I promise I've read the Contributions Guidelines

Edition: 2nd Edition

Book Title: Objects & Classes

Chapter: Chapter 1: Object Foundations

Section Title: Object Entries

Topic: Object Entries wrong output