Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Give me some javascript exercises please [closed]

Tags:

javascript

The best way I learn anything is by practice and exercise questions. Right now looking at getting familiar with javascript. I did some basic exercises , but am unable to find more on the internet.

Can you people give me some questions to practice and learn javascript. Nothing complicated, just one liners would do.

Example: "increase the size of an image gradually on mouseover." This example I thought for myself, but am struggling to think of more examples . I am bad at thinking for myself I guess.

I have marginal experience in C# and java . Reason for learning javascript : to be able to write some firefox extensions

Thanks

Edit: I am looking for simple exercises

like image 832
gyaani_guy Avatar asked Aug 28 '10 06:08

gyaani_guy


3 Answers

Answer all Javascript questions on this site.

like image 157
Mihir Mathuria Avatar answered Oct 30 '22 17:10

Mihir Mathuria


Hows about this? http://eloquentjavascript.net/

like image 20
meder omuraliev Avatar answered Oct 30 '22 18:10

meder omuraliev


As Yi Jiang suggested in the comments, you can take a look at the [Javascript] or [jQuery] SO tags, and not look at the answers.

I made a web app just for this. It's pretty rough at the moment, but it does let you browse SO questions without looking at the answers (then you can reveal the answers with a click).

Browse the SO [Javascript] tag in "flashcard" mode

For the SO [jQuery] tag in "flashcard" mode

like image 40
Peter Ajtai Avatar answered Oct 30 '22 17:10

Peter Ajtai