minor fixes
This commit is contained in:
parent
613e921f73
commit
246156d6e2
4 changed files with 8 additions and 8 deletions
|
@ -256,7 +256,7 @@ We covered three ways to create a function in JavaScript:
|
|||
3. Arrow functions:
|
||||
|
||||
```js
|
||||
// expression at the right side
|
||||
// expression on the right side
|
||||
let sum = (a, b) => a + b;
|
||||
|
||||
// or multi-line syntax with { ... }, need return here:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue