$numberSeparator
$numberSeparator
will separate numbers and make them readable.
Usage
Parameters
Field | Type | Description | Required |
---|---|---|---|
num | number | Number you want to separate. | true |
sep? | string | Separator which will be used to separate the numbers, default: , . | false |
Example(s)
This will return 1,000,000
: