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
{{ message }}
This repository was archived by the owner on Jul 12, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# JavaScript Class Implementation
2
2
3
-
IE 11 is still in use, so this was made to work in it as well.
3
+
This no longer works in IE 11.
4
4
5
-
This implementation allows for classes to be given protected access to items in a super-class (via getters & setters), and allows for private members to be accessed by methods within a class (via the constructor).
5
+
This implementation allows for classes to be given protected access to items in a super-class.
0 commit comments