Implement Reflect[ @@toStringTag ]
#1232
Labels
builtins
PRs and Issues related to builtins/intrinsics
E-Easy
Easy
enhancement
New feature or request
good first issue
Good for newcomers
Milestone
ECMASCript feature
Implement
Reflect[ @@toStringTag ]
, as a reference on how to implement you can check #1225 (Math[ @@toStringTag ]
).Example code
This code should now work and give the expected result:
The expected output is
"Reflect"
.The text was updated successfully, but these errors were encountered: