Implement Map.prototype[ @@toStringTag ]
#1229
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
Map.prototype[ @@toStringTag ]
, as a reference on how to implement it, you can check #1225 (Math[ @@toStringTag ]
).Example code
This code should now work and give the expected result:
The expected output is
"Map"
.The text was updated successfully, but these errors were encountered: