One of the problems I have with articles like these is that they focus on Javascript's use in front-end development so the conversation settles on DOM tools examples of good Javascript. Using Node.js (i.e. non-DOM server side Javascript) myself, I would love to see examples of beautiful Javascript in general i.e. linguistic best practices, not those specific to DOM programming. Also, as a side note, for anyone intere…
Re: Examples of beautiful Javascript
#11Underscore.js works on both client and server.