30-seconds-of-interviews
30-seconds-of-interviews copied to clipboard
ENHANCEMENT: What is OOP?
trafficstars
Adding a new question that focus' on OOP
Description
Having reviewed the existing questions, I saw that there was one that asked about Functional Programming but did not see one the covered Object-Oriented Programing. JavaScript is a multi-paradigm language so has a bit of OOP flavoring to it alongside the Functional and Imperative paradigms.
Resolves #(issue number)
What does your PR belong to?
- [ x ] Questions / Answers
- [ ] Website
- [ ] General / Things regarding the repository (like CI Integration)
Types of changes
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ x ] Enhancement (non-breaking improvement of a question)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
Checklist:
- [ x ] My code follows the code style of this project.
- [ ] My change requires a change to the documentation.
- [ ] I have updated the documentation accordingly.
- [ ] I have checked that the changes are working properly
- [ ] I have checked that there isn't any PR doing the same
- [ x ] I have read the CONTRIBUTING document.