Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

resource for practical javascript exercise [closed]

Tags:

javascript

I am beginner to webprogramming & Javascript. I have went through few tutorials and learned the basics. Could someone suggest me the best resource with practical exercise with solutions.

I found "pagetutor.com" which has practical javascript exercises, but it's paid! Please suggest any paid sites too which is really worth for practical learning.

like image 659
karthik Avatar asked Apr 12 '11 07:04

karthik


4 Answers

  • Eloquent JavaScript is an "interactive tutorial" that embeds an editor directly into its pages, enabling you to test and experiment with its many examples.
  • Learning Advanced JavaScript provides a series of examples intended to enable the learner to understand Prototype.js's .bind method. Examples can be edited to allow the reader to experiment with them.

Admittedly, neither of these options actually provide an answer to the question, as they are not really "exercises" so much as interactive tutorials. But they may be of some value nonetheless.

like image 66
intuited Avatar answered Sep 27 '22 19:09

intuited


I would have to say that http://javascript.crockford.com/ is one of the most important resources when learning (correct) JavaScript. Perhaps not as the first stop, but definitely when you've gotten the hang of the basics.

like image 45
Per H Avatar answered Sep 27 '22 20:09

Per H


This online free eloquent javascript book is awesome. But not much practical exercises.

like image 31
suhair Avatar answered Sep 27 '22 21:09

suhair


I learned that from books. Basics: W3schools javaScript

For advanced I suggest these books: Advanced JavaScript(TM), Third Edition Pro JavaScript Techniques

Professional JavaScript for Web Developers (Wrox Programmer to Programmer)

Books are cheap :)

Also I bought W3Schools books about HTML, JavaScript and CSS and I like it :)

like image 36
Filip Krstic Avatar answered Sep 27 '22 19:09

Filip Krstic