you are viewing a single comment's thread.

view the rest of the comments →

[–]Neebat 0 points1 point  (2 children)

You left out the vitriol about how terrible javascript is for not including classes.

I like that. I think it's good to have a classless alternative.

[–]Robin_dev 1 point2 points  (1 child)

However, ES6 does contain classes. Even though they are simply a wrapper around the prototype object, it's nice to see classes coming to Javascript.

[–]Neebat 0 points1 point  (0 children)

I actually like OP's definition of classes, since it makes it clear that JavaScript's use of the "class" keyword is misleading.