Fix Number.toExponential
and Number.toFixed
#1602
Labels
bug
Something isn't working
builtins
PRs and Issues related to builtins/intrinsics
E-Easy
Easy
good first issue
Good for newcomers
Hacktoberfest
Hacktoberfest 2021 - https://hacktoberfest.digitalocean.com
Milestone
The functions
toExponential
andtoFixed
of theNumber
prototype are currently not implemented spec compliant. All of the tests for those two functions should pass if they do not rely on other features that are not implemented.To see the exact failed tests, take a look at the current results at https://boa-dev.github.io/boa/test262/
Spec references:
The text was updated successfully, but these errors were encountered: