typo: thay -> they
This commit is contained in:
parent
dac2e71cff
commit
3a44f0c937
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ Yes, it's possible.
|
|||
|
||||
If a function returns an object then `new` returns it instead of `this`.
|
||||
|
||||
So thay can, for instance, return the same externally defined object `obj`:
|
||||
So they can, for instance, return the same externally defined object `obj`:
|
||||
|
||||
```js run no-beautify
|
||||
let obj = {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue