arrow_upward
Best place to learn javascript?
#1
Want to learn javascript and was wondering if anyone had any recommendations for sites to learn it? I am an experienced programmer so don't want any tutorials that explains things like loops and conditional statements, just want to learn the syntax and scripting fast.



#2
The way I learned was to use it lol, I was on a project and I didn't know anything about it and what I did was search for everything I had doubts, since I also knew how to code at that time



#3
Just find preexisting projects that you can read through and test as you go along. I watched youtube videos aswell, but mainly from forums



#4
you can check out freecodecamp.com



#5
If you have prior CS knowledge already honestly just start some projects and look up the syntax on stackexchange.



#6
Find the advice given to be sufficient



#7
Idk if its free (i'm pretty sure it is) but theres a website that I used called practiceit.



#8
best place to learn is probably from the guys who build your browser ?

RE: Best place to learn javascript?.

Registered Members Only

You need to be a registered member to see more on RE: Best place to learn javascript?.
Login or Sign up to get access to a huge variety of top quality leaks.



#9
These guys built a JavaScript course to help new developers get up and running , check it out

RE: Best place to learn javascript?.

Registered Members Only

You need to be a registered member to see more on RE: Best place to learn javascript?.
Login or Sign up to get access to a huge variety of top quality leaks.



#10
Well I used this

RE: Best place to learn javascript?.

Registered Members Only

You need to be a registered member to see more on RE: Best place to learn javascript?.
Login or Sign up to get access to a huge variety of top quality leaks.


Short, to the point with nice structure where you can learn the language fast and use as a doc as well and look stuff up.

Or this

RE: Best place to learn javascript?.

Registered Members Only

You need to be a registered member to see more on RE: Best place to learn javascript?.
Login or Sign up to get access to a huge variety of top quality leaks.


Shorter than the previous and linear even more to the point, specifically designed to experienced programmers. Also free just have to subscribe to the newsletter than you can unsub a sec later if you want. Also has Node, Express and other tutorials but i havent read those.



#11
Just build your own website. JavaScript is really learning by doing. It's not that hard if you can code in Java for example you're able to code in JavaScript



#12
CodeAcademy is a great place to get started.
But utlimately the best teacher is expereince. Decide that you want to create your own website from scratch. You'll learn as you go



#13
john123456789 Wrote:Want to learn javascript and was wondering if anyone had any recommendations for sites to learn it? I am an experienced programmer so don't want any tutorials that explains things like loops and conditional statements, just want to learn the syntax and scripting fast.
youtube has some nice vids



#14
try FreeCodeCamp.com



#15
I would really recommend Udemy for the basics. I would recommend 2 courses
- Maximilian Schwarzmüller: JavaScript - The Complete Guide 2020 (Beginner + Advanced)

RE: Best place to learn javascript?.

Registered Members Only

You need to be a registered member to see more on RE: Best place to learn javascript?.
Login or Sign up to get access to a huge variety of top quality leaks.

- Anthony Alicea: JavaScript - Understanding the weird parts

RE: Best place to learn javascript?.

Registered Members Only

You need to be a registered member to see more on RE: Best place to learn javascript?.
Login or Sign up to get access to a huge variety of top quality leaks.



#16
freecodecamp is a great way to get started. also looking into projects that interest you on github



#17
john123456789 Wrote:Want to learn javascript and was wondering if anyone had any recommendations for sites to learn it? I am an experienced programmer so don't want any tutorials that explains things like loops and conditional statements, just want to learn the syntax and scripting fast.
I think javascript is good



#18
freecodecamp is the way to go, easy entrance, for free and you learn html and css as well