854 Views
JavaScript does not contain classes and but it's an still strongly object oriented language. The object-to-object relation in JavaScript is implemented with the prototype and the resulting prototypal pattern is very unique to JavaScript. Before the ES6 class syntax, the topic of inheritance has been mostly confusing for developers who came from other languages.
0 comments