We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c77753a + d56c018 commit cbfddcaCopy full SHA for cbfddca
1-js/04-object-basics/06-constructor-new/article.md
@@ -8,7 +8,7 @@ That can be done using constructor functions and the `"new"` operator.
8
9
## Constructor function
10
11
-Constructor functions technically are regular functions. There are two agreements though:
+Constructor functions technically are regular functions. There are two conventions though:
12
13
1. They are named with capital letter first.
14
2. They should be executed only with `"new"` operator.
0 commit comments