tags:

views:

51

answers:

1

Is this an equivalent 'JavaScript Quiz' site/book to things like :

o Ruby Quiz : http://rubyquiz.com/

o Python Challenge

o Perl Quiz of the Week

I want to improve my object oriented JavaScript skills (i.e. more than striped tables or annoying popups that JavaScript is infamous for). More like 'proper' NodeJS style development.

Thanks!

+2  A: 

I haven't come across any as comprehensive as the Python Challenge. Here's a set of questions I came up with though: http://stackoverflow.com/questions/1684917/what-questions-should-a-javascript-programmer-be-able-to-answer/1684945#1684945

This one is a bit more advanced: http://perfectionkills.com/javascript-quiz/

meder
Cheers for the answer - I'll check em out!
lucas1000001