0
Can we create Class In JavaScript?
JavaScript is a object orianted Programming Language . So It should create Class . But it don't ....If not how we create object with out having any class. Confused !
2 Réponses
+ 7
These offer a pretty good explanation hope it helps.
https://www.sitepoint.com/object-oriented-javascript-deep-dive-es6-classes/
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes
+ 2
Javascript support some oop concepts in prototype form... es6 class keyword its more a syntax sugar