archives

« Bugzilla Issues Index

#4284 — 13.2.1 Number.prototype.toLocaleString: Remove "the result of" in step 5


13.2.1 Number.prototype.toLocaleString ([locales [, options ]])

Step 5 can be simplified to:

> 5. Return FormatNumber(numberFormat, x).


Fixed