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