Echo JS 0.11.0

<~>

alisnic 4053 days ago. link -2 points
what you need to know that there is no OOP in JS
gngl 4053 days ago. link 3 points
Don't be ridiculous. Javascript is a perfectly valid Self-ish OO language. "That's not something I know" is hardly an excuse for saying something like that.
madlee 4050 days ago. link 1 point
right on, javascript is very much object-oriented, it just doesn't have real classes.  Personally, i find prototypal inheritance much more flexible than class inheritance