Comment Have some fun with node.js (Score 1) 575
I am not sure if anyone on the thread has mentioned node.js (some folks here can probably explain this better than me) , but node.js is an incredible hybrid of a robust python-esque interpreter with the syntax of JavaScript. Node.js's primary use is for networked computing. However, If you want to practice learning JavaScript, it will be a lot of fun hacking within node.js since it allows you to do so much more stuff outside the browser.