Javascript is surprisingly quirky for such a hyped language. Even Python has less quirks.
Name:
Anonymous2012-11-02 14:05
javascript is the best language I have ever worked with for the sole reason that it doesn't have classes. It forces you to do functional programming because if you don't your code will be a mess.
yes I know they are adding classes in ec6, but they are the most minimal kind of classes, essentially just sugar on prototypes.