Skip to content

Commit af6a921

Browse files
authored
Update article.md
Added "And".
1 parent ec99b2c commit af6a921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/09-classes/01-class/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ Although, there are important differences.
146146

147147
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.
148148

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`:
150150

151151
```js run
152152
class User {

0 commit comments

Comments
 (0)