commit
e82267ee47
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ The `function` keyword goes first, then goes the *name of the function*, then a
|
||||||
|
|
||||||
```js
|
```js
|
||||||
function name(parameter1, parameter2, ... parameterN) {
|
function name(parameter1, parameter2, ... parameterN) {
|
||||||
...body...
|
// body
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue