Fix name of JavaScript
This commit is contained in:
parent
3b14ed8185
commit
c5ce5578fc
32 changed files with 61 additions and 61 deletions
|
@ -68,7 +68,7 @@ So, what exactly is a `class`? That's not an entirely new language-level entity
|
|||
|
||||
Let's unveil any magic and see what a class really is. That'll help in understanding many complex aspects.
|
||||
|
||||
In Javascript, a class is a kind of a function.
|
||||
In JavaScript, a class is a kind of a function.
|
||||
|
||||
Here, take a look:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue