What is the correct way to learn javascript as a complete beginner?
What is the best way to learn JavaScript?
Best way to learn js?
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