CodeNewbie Community 🌱

JustCode
JustCode

Posted on

Where Do You Start With Javascript ?

Background

[Insert question from your title again]

Top comments (5)

Collapse
 
sigfualt profile image
Cameron Young

The basics and ES6 Syntax, you can play with frameworks and libraries. I did that as a dot net dev. I did not really understand JS till I just reviewed the basics. After that the flow of the program made more sense.

Collapse
 
danielkrupnyy profile image
Daniel Krupnyy

You can start at javascript.info/ and read everything in order.
Or it is better to choose a course at udemy.com/topic/javascript/ and watch the course at the same time read javascript.info and take notes.
On youtube write: "playlist: javascript" and you will get a lot of practice.
At least that's how I studied JS.

Collapse
 
andrewbaisden profile image
Andrew Baisden

freecodecamp is a great place to start as a beginner.

Collapse
 
lee profile image
Lee
Collapse
 
zakiazfar profile image
zakiAzfar

Check out javascript30.com/. It is a 30 day JS course, each day you make a new will project.