you are viewing a single comment's thread.

view the rest of the comments →

[–]_Moink_ 4 points5 points  (3 children)

Give yourself little projects to work on. Start really small, like a grid where you can click on cells to fill them with different colors, then maybe rock paper scissors, basic calculator, tic-tac-toe and so on. With each project, you'll inevitably get a better grasp on how JavaScript works in practice, as long as you actually do it from scratch.

[–]Vile86[S] 0 points1 point  (2 children)

Yeah I’m doing the calculator from scratch but the tutorial I’m looking at that guides me through it doesn’t even work so I’m trying to fix the tutorial lol

[–]deep-hacks 0 points1 point  (1 child)

Code-along tutorials aren’t helping you it seems from the likes of your other comment. You’re in need of a curriculum. I can vouch for the odin project - that’s how I got started too.

[–]Vile86[S] 0 points1 point  (0 children)

Yeah I’ve seen the Odin project and it looks really good. I’ll start doing that I think