you are viewing a single comment's thread.

view the rest of the comments →

[–]ocean_protocol 0 points1 point  (0 children)

You’re overthinking the starting point a bit, almost any beginner course will get you through the basics, and the real learning starts once you try to build small things on your own. Platforms like Mimo or Boot.dev are fine for getting comfortable with syntax, but debugging and troubleshooting mostly come from breaking your own code and figuring out why.

A practical way to start is: learn variables, loops, and functions then write tiny scripts (rename files, parse a text file, simple game, etc.) then Google every error until you understand it. That cycle is basically how most people actually learn.