We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dac2e71 commit 3a44f0cCopy full SHA for 3a44f0c
1-js/04-object-basics/06-constructor-new/1-two-functions-one-object/solution.md
@@ -2,7 +2,7 @@ Yes, it's possible.
2
3
If a function returns an object then `new` returns it instead of `this`.
4
5
-So thay can, for instance, return the same externally defined object `obj`:
+So they can, for instance, return the same externally defined object `obj`:
6
7
```js run no-beautify
8
let obj = {};
0 commit comments