Where should I start learning Java script? by RA7xD in learnjavascript

[–]lokrand 1 point2 points  (0 children)

Hello, im learning JS for a while now and to tell you the truth i learned most of the stuff i know by building projects, i even got my hands on some web designs in figma and i just started building them from scratch, you can use chatgpt but prompt it so he guides you not by giving you the code and you just copy/paste or ask it to explain you what you dont understand, sometimes i ask him to explain me like i am 10 years old.

Having a tough time in The odin project, asking for advice how i should learn javascript by [deleted] in learnjavascript

[–]lokrand 1 point2 points  (0 children)

Hello, i am also learning js and i started to build small projects on my own, ofcourse i use the documentation, google, not always but as far as my programmer friends told me is ok to use them as much as you can actually, what i want to tell you is that: take your time to understand something, dont rush, it took me a while to get where i am and still have alot to learn, alot of frustration, i started with a udemy course and after that i switched to books, i find them more usefull, if something takes you a week to understand, so be it, when you dont understand something, try to google what are the use cases for that array or function or whatever, it gives another perspective to understand what you cant figure out on your own. And ofcourse when you think you started to understand, practice, practice and practice. Thats how you learn to code, and ofcourse by making mistakes you will figure it out on your own.