Has anybody managed to teach themself strong OOP skills through mainly developing with JavaScript?
- by yaya3
I am trying to do this, I'm a full time front-end dev and am aware that I am struglling to achieve this.
When I am referring to OOP skills I am referring to understanding and being familiar with concepts like inheritance, polymorphism, encapsulation, abstaction.
I am aware that it may be more likely to achieve what I'm after by focusing on another…