DEV Community

LillanaKitten
LillanaKitten

Posted on

Advice On Learning JavaScript

I am currently trying to teach myself JavaScript. Any advice for a newbie?

Thanks. ☺️

Top comments (2)

Collapse
 
katnel20 profile image
Katie Nelson

For me, I first read how to use the developer window in the Chrome browser and then looked for some JavaScript tutorials online. With the browser you can step through each line of code and see all the variable values. You can change things on-the-fly and see what happens.

This works for me because it lets me do things at my own pace. I messed up a lot but I learn from my mistakes.

Good luck with your journey.

Collapse
 
grneyedkygirl profile image
LillanaKitten

Thank you so much. ☺️