Liskov Substitution Principle (LSP) - Javascript
The Liskov Substitution Principle (LSP) is one of the SOLID principles of object-oriented design, which states that objects of a derived class should be able to replace objects of the base class without affecting the correctness of the program. In ot...
harishgautam.hashnode.dev2 min read