+ 2
Classes in javascript
are there classes in javascript??
3 Respuestas
+ 6
Yes there are "classes" in JavaScript ES6....but are not true classes found in other languages like c, c++ or python. Instead ES6 class is just a syntactic sugar over the very old prototypal inheritance.
+ 5
you can use oop in JavaScript, but it's not called a class. it's still called function.
+ 1
c have no classes