mirror of
https://github.com/documentationjs/documentation.git
synced 2026-01-25 14:26:29 +00:00
14 lines
238 B
Markdown
14 lines
238 B
Markdown
# 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
|