OOP in JavaScript vs other languages
This lesson introduces OOP in JavaScript and compares it to other languages by going over the advantages/disadvantages of both.
We'll cover the following...
JavaScript has relied on the object-based style of programming since the beginning as functions and methods in it can be found written in this style.
However, OOP in JavaScript works differently from other languages. Hence, if you are familiar with OOP in other languages it is important you put that knowledge aside for now since holding on to those concepts might confuse ...
Create a free account to access the full course.
By signing up, you agree to Educative's Terms of Service and Privacy Policy