Answer the question
In order to leave comments, you need to log in
By what materials did you understand the OOP paradigm in JavaScript?
Hi all!
By what materials did you understand the OOP paradigm in JavaScript?
Share your experience, what are the subtleties?
Thank you.
Answer the question
In order to leave comments, you need to log in
I realized that in JS it is not necessary to drag the OOP paradigm and began to live.
If you have a store of standard OOP knowledge like C++, Java or PHP, then you need to forget it and learn everything all over again. It will be easier.
Once again I will explain. JS has OOP, but there is a huge difference in syntax (but essentially similar) between classic OOP and prototypal OOP. Therefore, if you look for some kind of "static" or "abstract" in JS, you will hit a bunch of bumps. And if you look for abstraction or inheritance, you will find everything you need.
JavaScript. Detailed guide. 6th edition. David Flanagan
+ lots of practice)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question