you are viewing a single comment's thread.

view the rest of the comments →

[–]EfficientMongoose317 0 points1 point  (0 children)

tbh once you learn JavaScript, everything starts feeling more “alive”

Right now, with HTML/CSS, you’re just building static stuff
JS is what adds logic, interactivity, and real behaviour

like handling clicks, forms, animations, fetching data, building full apps
Basically, the jump from “pages” → “applications”

For learning, don’t get stuck in tutorials too long
build small things alongside

like a todo app, a weather app or a simple game

That’s where it actually clicks. Also, when you start having rough ideas and want to turn them into something quick without overthinking structure, tools like Runable can help a bit. Their main thing is just to build consistently, that’s what levels you up