https://github.com/wfercanas/js-oop-basic
[⚪ Very Easy]: Basic exercises using the OOP paradigm with JavaScript.
https://github.com/wfercanas/js-oop-basic
oop
Last synced: about 1 year ago
JSON representation
[⚪ Very Easy]: Basic exercises using the OOP paradigm with JavaScript.
- Host: GitHub
- URL: https://github.com/wfercanas/js-oop-basic
- Owner: wfercanas
- Created: 2021-11-30T20:56:02.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-08T15:16:34.000Z (over 4 years ago)
- Last Synced: 2024-12-24T23:24:46.326Z (over 1 year ago)
- Topics: oop
- Language: JavaScript
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JS-OOP-Basic
### Difficulty: [⚪ Very Easy]:
## Project Description
In this project you can find several examples for using OOP in JavaScript. Each file exercises some basic concepts, among them the 4 principles of OOP within the scope of ECMAScript.
## Key Concepts
The following are the key concepts of this project:
1. Object literals
2. Abstraction
3. Function prototype
4. Object prototype
5. Instance of prototypes
6. Attributes and methods in prototypal syntax
7. Attributes and methods in class syntax
8. Working with multiple classes.
9. Getters and Setters
10. Encapsulation
11. Inheritance
12. Polymorphism
## Acknowledgements
Thanks to [JuanDC](https://twitter.com/fjuandc) for its course of **Basic OOP in JavaScript** in [Platzi](https://twitter.com/platzi)💚.