DEV Community

A.Moallim
A.Moallim

Posted on

Looking for Advice

Hi, I am abdi Moallim new js coder but I have a little programming, I have Used python, C#, and a little Java, now I am trying to do js, so what you recommend?

thanks

Top comments (4)

Collapse
 
shubhamkumar10 profile image
Shubham Kumar • Edited

If you want to follow a book, eloquentjavascript.net/ is the best for starting with JavaScript. After you are comfortable with the language you can read about how JS works in depth by reading Kyle Simpson's "You Don't Know JS" series.

Collapse
 
velrinblack profile image
VelrinBlack

The basics are going to be similar in most of programming languages. I would recommend watching some tutorial on YouTube to learn the JS syntax etc. MDN docs are sometimes also very useful. Good luck!

Collapse
 
amoalim4 profile image
A.Moallim

Thank you so much,
I appreciate your recommendation.

Collapse
 
rasikamurali profile image
Rasikamurali

I agree with @velrinblack , most programming languages are similar in the basic set up. JS is a great language to learn. freeCodeCamp is a great place to start and get a good overview of the language.