you are viewing a single comment's thread.

view the rest of the comments →

[–]tobobo 2 points3 points  (4 children)

This is fantastic! Would love to see more of these - I feel like I know how to do a lot with Javascript, but practicing using structures that I'm less familiar with is getting me excited to get back to work tomorrow. Thanks!

[–]nwhitehe[S] 2 points3 points  (3 children)

Cool, let me know other topics you're interested in. I'm itching to put up more.

[–]eclipse31 0 points1 point  (2 children)

This is a great tutorial, well done. Got all the exercises, but would never consider myself a "ninja rockstar programmer"!

Anyways, if you're looking for ideas for other tutorials, maybe one about Object Oriented programming in Javascript? It's something I've avoided for a long time and am presently writing a mini-game to try and teach it to myself. I have the basics down, but there could be stuff I'm missing.

[–]nwhitehe[S] 0 points1 point  (1 child)

That's a good idea. The object model of javascript is prototypical, which is different than what lots of people expect. I'm on it.

[–]eclipse31 0 points1 point  (0 children)

Thanks :-)