JavaScript Garden
bonsaiden.github.com
JavaScript Garden
1–10 of 51 posts
Re: JavaScript Garden
#2This 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" ;)
Re: JavaScript Garden
#3similar: http://wtfjs.com/
Re: JavaScript Garden
#4Does anyone have an idea of what happened to "The secrets of the JavaScript ninja"? I'm impatiently waiting for this book to be released.
Re: JavaScript Garden
#5This is like a prettier version of JavaScript in ten minutes. Thanks!
Re: JavaScript Garden
#6This 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" ;)
I thought the exact same thing, especially when I caught the "the evil eval" header. Still, handy to have the reference online.
Re: JavaScript Garden
#7great design (in addition to the content). How did you make it? I like the right contents column changing topic as I read.
Re: JavaScript Garden
#8Very good job.
Re: JavaScript Garden
#9In the prototype example [1], could someone explain the point or at least the effect of setting Bar.prototype.constructor = Bar?
Re: JavaScript Garden
#10Does anyone have an idea of what happened to "The secrets of the JavaScript ninja"? I'm impatiently waiting for this book to be released.
Same here. Meanwhile you can run through this tutorial if you haven't done yet: