Skip to content

Commit fc120b0

Browse files
authored
Update article.md (#1402)
Update article.md
2 parents 18d63f5 + 30640e1 commit fc120b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ user.sayHi();
142142

143143
The result of this definition is about the same. So, there are indeed reasons why `class` can be considered a syntax sugar to define a constructor together with its prototype methods.
144144

145-
Although, there are important differences.
145+
Still, 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

0 commit comments

Comments
 (0)