`nameList` should be `valuesList` and `entriesList` in Object.values and Object.entries, respectively
tschneidereit opened this issue · 1 comments
tschneidereit commented
The spec draft currently uses nameList
in step 3 of Object.values
and Object.entries
. That should probably be changed to match the contents.
ljharb commented
Oops, thanks, fixing now.