Hi, Iโm a total beginner, and I want to learn JavaScript. What is the best way to learn it? I came across free code camp, and boot camps, but Iโm not sure of the best route to take. Iโd like to not spend too much money if possible. Any suggestions are appreciated.
Videos
What is JavaScript?
What do I need to know before learning JavaScript?
What does JavaScript do?
Hi, I'm looking to learn javascript but I'm stuck on what resources to use. I already comfortable with C++, HTML /CSS and python. So far I've seen the book "Eloquent Javascript" recommended. Would this be a good source to learn javascript for someone who has some programming experience?
Here are some excellent beginner resources for learning JavaScript
-
Mozilla Developer Network - the leading resource on JS
-
FreeCodeCamp - free course
-
CodeAcademy - intro to javascript - free course
-
Odin Project - full stack javascript - free course
-
Eloquent Javascript - book
-
javascript.info - reference resource
-
Traversy Crash Course in Javascript - video series
Software
-
Node.js - the most popular javascript runtime
-
VS Code - the most popular IDE for JavaScript
Code Sandboxes
-
JS Fiddle
-
JS Bin
-
CodeSandbox
-
CodePen
-
Repl.it - node
Other handy sites
-
Regexr
-
Github
-
Gist
-
Github Lab
-
Learn Git Branching
MDN is for me, the best source. You have everything in it, and it's free.
https://developer.mozilla.org/en-US/