DEV Community

Uvindu Harshana
Uvindu Harshana

Posted on • Updated on

I need to learn JavaScript. What is the best solution?

As in the heading I need to learn JS. What is the most effective way?
Thanks in advance ๐Ÿ˜.

Oldest comments (7)

Collapse
 
Collapse
 
uvinduharshana profile image
Uvindu Harshana

Thanks man. Much appreciated โ™ฅ๏ธโ™ฅ๏ธ

Collapse
 
sphrases profile image
sphrases

Maybe think of a problem that you want to solve via JS, (that depends on you programming experience tho.) for me learning a new language or framework is easiest when having a more ore less concrete idea what i want to achieve. That is an effective way for me.
Otherwise there are many online courses or videos which teach the basics of js.
Imo most of them do a decent job of teaching the basics. Just start coding :D

Collapse
 
uvinduharshana profile image
Uvindu Harshana • Edited

I have no idea where to start. I think I need to learn the basics and then straight to coding.
BTW thanks for the reply.

Collapse
 
sphrases profile image
sphrases

Do you have any coding experience?

Thread Thread
 
uvinduharshana profile image
Uvindu Harshana

Yep. I have some xp on cpp and java

Collapse
 
andreespirela profile image
andreespirela

I think you should start by re-creating things. Back when I was learning my first programming language, I wanted to re-create facebook and instagram, so those were my projects to learn a programming language, it didn't mean I wanted to create a social media or something like that, it just meant that I was re-creating something to learn. When you re-create something to learn, you actually learn through putting your own "flavor", this is because when you are re-creating something (let's say instagram) you also want to personalize it in your own way, and you start adding features that don't exist in the real application, but those kind of things are cool for you and get you learning along the way