Hacker News new | ask | show | jobs
by mrspeaker 5585 days ago
This looks like an excellent resource for when you are too lazy to get up out of your chair and pick up your copy of "JavaScript: The Good Parts" ;)
2 comments

It's a great book but one has to note that not everything there is "how things should be done" these days, Crockford himself has changed his mind on some of the things he wrote there. Take this as for example: http://www.bolinfest.com/javascript/inheritance.php or that the book advocates extending native objects (including "Object").
I thought the exact same thing, especially when I caught the "the evil eval" header. Still, handy to have the reference online.