DEV Community

Rufiq
Rufiq

Posted on

Can someone send me JavaScript Lessons?

Hello. I started to learn JavaScript programming language. Do you know some good websites?

Top comments (3)

Collapse
 
michelc profile image
Michel

I liked Absolute Beginners by Bob Tabor: very clear and easy to follow (> 6 hours, 35 courses).
It was available on Microsoft Virtual Academy and now it's on Youtube : youtube.com/watch?v=qxT5k9uUNzU

Collapse
 
chrisachard profile image
Chris Achard

Recently wrote a quick tweet about this: twitter.com/chrisachard/status/117...

Here are some quick suggestions:

codesandbox.io or codepen.io to play around with JS. Play is important!

If you like books: eloquentjavascript.net - though some people in that thread said they didn't like it, which I definitely can see - it's a bit like a "textbook"

If you like videos: javascript30.com by Wes Bos is a great way to practice your skills in a fun way.

Hope that helps!

Collapse
 
uminer profile image
Moshe Uminer

Try freecodecamp. They have a section on javascript.