pull/512/merge
Mikhaild13 6 months ago committed by GitHub
commit b5bdf49173
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -48,7 +48,7 @@ In the object section, we saw how to create an object literal. Object literal is
### Defining a classes
To define a class in JavaScript we need the keyword _class_ , the name of a class in **CamelCase** and block code(two curly brackets). Let us create a class name Person.
To define a class in JavaScript we need the keyword _class_ , the name of a class in **PascalCase** and block code(two curly brackets). Let us create a class name Person.
```sh
// syntax

Loading…
Cancel
Save