As in the heading I need to learn JS. What is the most effective way?
Thanks in advance 😍.
For further actions, you may consider blocking this person and/or reporting abuse
As in the heading I need to learn JS. What is the most effective way?
Thanks in advance 😍.
For further actions, you may consider blocking this person and/or reporting abuse
Alexis Clarembeau -
Mike Young -
Ashish prajapati -
Vaibhav Dwivedi -
Top comments (7)
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
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.
Do you have any coding experience?
Yep. I have some xp on cpp and java
Here are some suggestions for where to start.
developer.mozilla.org/en-US/docs/W...
codecademy.com/
codewars.com/?language=javascript
egghead.io/search
w3.org/wiki/JavaScript_best_practices
frontendmentor.io/challenges
Thanks man. Much appreciated ♥️♥️
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