Skip to content

Commit d92b1a0

Browse files
authored
Merge pull request #2841 from justinpage/update-constructor-new-article
Include "us" in article sentence
2 parents cf49dd9 + 824bc96 commit d92b1a0

File tree

1 file changed

+1
-1
lines changed
  • 1-js/04-object-basics/06-constructor-new

1 file changed

+1
-1
lines changed

1-js/04-object-basics/06-constructor-new/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Constructor, operator "new"
22

3-
The regular `{...}` syntax allows to create one object. But often we need to create many similar objects, like multiple users or menu items and so on.
3+
The regular `{...}` syntax allows us to create one object. But often we need to create many similar objects, like multiple users or menu items and so on.
44

55
That can be done using constructor functions and the `"new"` operator.
66

0 commit comments

Comments
 (0)