Skip to content

Commit 30640e1

Browse files
authored
Update article.md
Change "Although" to "Still". Reads a bit better.
1 parent ec99b2c commit 30640e1

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
@@ -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)