Additional Websites to Learn Javascript?

Hello all,

I have done lessons of Javascript on freeCodeCamp and was wondering if any of you guys know of any additional free websites to learn the basics of Javascript. I would like to have more practice and go through more lessons on Javascript.

Thanks in advance!
Nina

1 Like

The book Secrets of the JavaScript Ninja is definitely worth reading, but really you’d be better served with practice. Try doing all the beginning and intermediate JavaScript challenges at CoderByte

Unless you haven’t finished the front-end certificate on Free Code Camp yet, in which case just do that! Building projects is the best way to learn.

2 Likes

I also suggest reading the book series the other users have suggested. I additionally recommend checking out the book Eloquent Javascript and working through the Code Academy tutorials. Good luck!

1 Like

Thank y’all so much! I can’t wait to start learning more! :slight_smile:

w3schools also has wonderful tutorials, references and snippets.