You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 1-js/09-classes/01-class/article.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -146,7 +146,7 @@ Although, there are important differences.
146
146
147
147
1. First, a function created by `class` is labelled by a special internal property `[[FunctionKind]]:"classConstructor"`. So it's not entirely the same as creating it manually.
148
148
149
-
Unlike a regular function, a class constructor must be called with `new`:
149
+
And unlike a regular function, a class constructor must be called with `new`:
0 commit comments