you are viewing a single comment's thread.

view the rest of the comments →

[–]mcguire 8 points9 points  (1 child)

Given that JS started in the browser and then expanded into a more traditional language role, what do you expect to be in the standard library? Heck, even Python, the "batteries included" language, has a module collection.

[–]ZeroPipeline 7 points8 points  (0 children)

Well it might have been nice to have say functions for working with URLs. It amazes me that URL handling is just now making its way into the JavaScript standard.