freeCodeCamp
freeCodeCamp copied to clipboard
Discuss class inheritance in js beta curriculum
Is your feature request related to a problem? Please describe.
I noticed that the js beta introduced classes but not the idea of class inheritance which used to be covered in the legacy course.
Describe the solution you'd like
Perhaps an additional project is needed to discuss class inheritance or additional steps are needed in one of the existing OOP projects.
Describe alternatives you've considered
The legacy js course talks about class inheritance but not using new techniques like “extends”.
Additional context
No response