mirror of
https://github.com/documentationjs/documentation.git
synced 2026-01-25 14:26:29 +00:00
412 B
412 B
addOne
Adds one to a number
Parameters
| name | type | description |
|---|---|---|
a |
number |
the input |
Returns number the output
exports
This function returns the number one. Internally, this uses
addOne to do the math.
Parameters
| name | type | description |
|---|---|---|
a |
number |
the input |
Returns number numberone