placed a semicolon after this function expression
This commit is contained in:
parent
dc904d122e
commit
14b27426db
1 changed files with 1 additions and 1 deletions
|
@ -375,7 +375,7 @@ In other words, it's roughly the same as:
|
||||||
```js
|
```js
|
||||||
let func = function(arg1, arg2, ...argN) {
|
let func = function(arg1, arg2, ...argN) {
|
||||||
return expression;
|
return expression;
|
||||||
}
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
...But much more concise.
|
...But much more concise.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue