JS: Format Number

By Xah Lee. Date: . Last updated: .

JavaScript does not have a “format” or “printf” function. The following code are solutions.

Format with separator, money, metrix prefix, percentage, etc.

To string, n decimal places

To string, n significant digits

To string, scientific notation

String Template

Number to String, hexadecimal, binary

JavaScript. format number

JavaScript. Number