Merge pull request #2670 from joaquinelio/patch-6

confusing line
This commit is contained in:
Ilya Kantor 2021-07-22 23:19:17 +03:00 committed by GitHub
commit a5f339ef39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ importance: 2
# Two functions one object
Is it possible to create functions `A` and `B` such as `new A()==new B()`?
Is it possible to create functions `A` and `B` so that `new A() == new B()`?
```js no-beautify
function A() { ... }