Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Same here. Took years of dabbling as a hobbyist and failing to get to the position of being able to speak javascript well enough colloquially that the more cryptic methods made any sense at all.
Though I find that every time I get to grips with the grammar and vocabulary, a new dialect comes out and destroys my head.
I'm currently trying to understand how magic angular works inside a database platform.
And you learn by not understanding why something basic won't work as promised, changing some seemingly irrelevant part unwholesomely, and then not understanding why that works until you break it repeatedly by doing something different in a different place with no shared assets... Woooooo -
@daveslater you not only speak JS well, but also English. Good vocab you got there
Over the past few years I've tried to start learning JavaScript, only to become annoyed and move on. In my latest effort, I finally hit that "aha!" milestone. Turns out that the tutorial books and videos everybody said we're the ideal way to learn weren't so ideal for me. What ended up working:
1. Find a project tutorial.
2. Understand maybe 5% of what I'm doing.
3. Alter the project, ultimately breaking it.
4. Spend the few hours Googling.
5. Scrap it.
6. Redo it, exactly the same. It works this time.
7. Bask in my glory. For I am a JavaScript master.
I'll get there eventually. I think.
undefined
beginner
learning to code
javascript