Javascript projects to learn from

Viewed 43438

I like javascript, but I have problem with learning it :) I mean, i use it at work but I would like to know more, and I think the best way to do it is to read and understand someone else's code.

I use ASP.Net MVC and there are some great opensource projects you can use to learn new technology, like NerdDinner, Oxite or SharpArchitecture or even MS starterkits. I was trying to read frameworks like jQuery, but it's really complicated, and I don't think that it was created to learn new things from it.

Do you know any good JS projects that can help with learning javascript ?

I'll try to paste all good sources here :

Nice JS tutorial: Eloquent Javascript

8 Answers
Related