Global objects have wrong attributes #759
Labels
bug
Something isn't working
builtins
PRs and Issues related to builtins/intrinsics
Hacktoberfest
Hacktoberfest 2021 - https://hacktoberfest.digitalocean.com
Milestone
Describe the bug
The global objects like
Object
,Array
,Map
, etc, haveWRITABLE
,ENUMERABLE
, andCONFIGURABLE
when they should haveWRITABLE
,NON_ENUMERABLE
, andCONFIGURABLE
To Reproduce
Steps to reproduce the issue, or JavaScript code that causes this failure.
This JavaScript code reproduces the issue:
The text was updated successfully, but these errors were encountered: