#oop
Read more stories on Hashnode
Articles with this tag
As you know from this blog post, classes are just functions in disguise. We used this syntax: function Animal(rating) { this.rating =...
There are 2 famous paradigms in Javascript, OOP Functional Programming While many languages run fully on OOP like C#, Java, etc., there are some...