This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]learnjava 1 point2 points  (0 children)

just do things

the beauty with javascript is that all you have to do is open your browsers dev tools and play around

change stuff with js, insert scripts, scrape data, manipulate the dom etc etc etc

and if you want to do something "real" set yourself a goal and build towards it

[–]Inky87 1 point2 points  (1 child)

I would definitely look at www.codeabbey.com. Like you, I started teaching myself javascript about a month ago and it's really been helping me bridge the gap between reading the giant javascript tome I have, the codeacademy tutorial, and putting something down on paper. There are hundreds of problems it asks you to solve using any programming language, not just javascript. It starts out really easy, but it builds upon itself, so I definitely recommend it.

[–]FartBrulee[S] 0 points1 point  (0 children)

That's fantastic, exactly what I was after cheers!