We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 706b1f2 commit a9fb779Copy full SHA for a9fb779
1-js/09-classes/02-class/article.md
@@ -47,7 +47,7 @@ It's easy to see that these two examples are alike. Be sure to note that methods
47
48
So, what exactly is a `class`? We may think that it defines a new language-level entity, but that would be wrong.
49
50
-In Javascript, a class is a kind of a function.
+In Javascript, a class is a kind of function.
51
52
The definition `class User {...}` creates a function under the same name and puts the methods into `User.prototype`. So the structure is similar.
53
0 commit comments