Global properties (Infnity
, undefined
, NaN
) don't have the right attributes set
#758
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 properties don't have the correct attributes set like (
Infnity
,undefined
,NaN
) they should haveREADONLY
,NON_ENUMERABLE
andPERANENT
instead they haveWRITABLE
,ENUMERABLE
,CONFIGURABLE
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: