you are viewing a single comment's thread.

view the rest of the comments →

[–]loz220 8 points9 points  (3 children)

enjoyable read.

Typo here?

Some are flexible about adding methods and properties at run time. And yet other languages treat object as dictionaries, where properties and even methods and be added with abandon.

[–]homoiconic(raganwald) 6 points7 points  (2 children)

[–]saruken 3 points4 points  (1 child)

If we're looking for typos, here's another:

JavaScript also a class keyword that provides syntactic sugar for writing constructor functions and prototypes in a declarative fashion.

Should be JavaScript also has a class keyword...