Converting numbers to strings.
const num = 12345.6789;Initializing...
| Test Case | Ops/sec | |
|---|---|---|
| String(num) | | ready |
| num.toString() | | ready |
| num + '' | | ready |
| Template literal | | ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.