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: ebook/12_classes.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ const person = class Person {
52
52
}
53
53
```
54
54
55
-
>Remember: class declaration (and expression) and**not hoisted** which means that unless you want to get a **ReferenceError** you need to declare your class before you access it.
55
+
>Remember: class declaration (and expression) are**not hoisted** which means that unless you want to get a **ReferenceError** you need to declare your class before you access it.
0 commit comments