mirror of
https://github.com/documentationjs/documentation.git
synced 2026-01-25 14:26:29 +00:00
16 lines
334 B
Markdown
16 lines
334 B
Markdown
<!-- Generated by documentation.js. Update this documentation by updating the source code. -->
|
|
|
|
# foo
|
|
|
|
This function returns the number one.
|
|
|
|
**Examples**
|
|
|
|
_demonstrates how to run foo_
|
|
|
|
```javascript
|
|
foo(1);
|
|
```
|
|
|
|
Returns **[Number](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number)** numberone
|