Fixed euphonic error.
Changed "an" to "a". P.S: Love your work! Can't believe that its free!
This commit is contained in:
parent
924ec1e19f
commit
1141033688
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ The task is quite typical -- we want to pass an object method somewhere else (he
|
||||||
|
|
||||||
## Solution 1: a wrapper
|
## Solution 1: a wrapper
|
||||||
|
|
||||||
The simplest solution is to use an wrapping function:
|
The simplest solution is to use a wrapping function:
|
||||||
|
|
||||||
```js run
|
```js run
|
||||||
let user = {
|
let user = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue