Include "us" in article sentence
This commit is contained in:
parent
bae0ef44d0
commit
824bc9635c
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Constructor, operator "new"
|
# Constructor, operator "new"
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
That can be done using constructor functions and the `"new"` operator.
|
That can be done using constructor functions and the `"new"` operator.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue