@noleli I am so confused and undecided concerning how and where to start learning #JavaScript, and often ask myself if it is the right language to start learning, given my super limited time.
Seeing this gets me even more worried.
Top-level
@noleli I am so confused and undecided concerning how and where to start learning #JavaScript, and often ask myself if it is the right language to start learning, given my super limited time. Seeing this gets me even more worried. 3 comments
Tommi, https://javascript.info looks like a good one. I myself learned JS more than 10 years ago, by many examples involving jQuery as an indispensable part (because IE), so I can't really recommend my own experience :D |
Tommi, start by ignoring third-party tools and libraries. Use just a text editor and a browser. Call browser APIs directly, experiment with them. It's important to have a decent understanding of the foundation before you start layering any abstractions on top of it.