mirror of
https://github.com/documentationjs/documentation.git
synced 2026-01-25 14:26:29 +00:00
265 B
265 B
returnTwo
This function returns the number plus two.
Parameters
| name | type | description |
|---|---|---|
a |
Number |
the number |
Examples
var result = returnTwo(4);
// result is 6
Returns Number numbertwo