Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StevanCakic/js-hard-parts
/ types & classes
Types & classes
4 in github.com/StevanCakic/js-hard-parts
⨍
Functions
56
◇
Types & classes
4
Class
4. OOP/index.js:152
Class
4. OOP/index.js:176
Class
DeveloperClass
* Create a class DeveloperClass that creates objects by extending * the PersonClass class. * In addition to having a name property and greet method,
4. OOP/index.js:176
Class
PersonClass
* Create a class PersonClass. * PersonClass should have a constructor that is passed an input * of name and saves it to a property by the same name.
4. OOP/index.js:152