I've got a solid grasp on HTML and CSS, and I can read JavaScript without a hitch, but I just can't seem to write it myself. I'm going through tutorials that cover objects, loops, arrays, and functions, but whenever I'm given a coding task, I feel totally lost on how to start or structure my code. It's frustrating because I can read completed examples and understand them, but turning that understanding into my own working code feels impossible!
2 Answers
You're in a common spot! It takes time to transition from reading code to writing it. Just keep at it! When I started, I used to feel stuck sometimes too. Try not to watch tutorials for too long—get just enough info to guide you, then pause and work on it yourself. And don’t hesitate to do things multiple times. It helps reinforce what you’ve learned!
Yeah, I totally relate! Sometimes it’s hard to know how to begin, especially with more complex tasks. Maybe instead of diving into a project, try solving simpler coding exercises on leetcode or similar platforms. It might help you practice without the pressure of a big project looming over you.

That’s great advice! I totally agree—breaking tasks down really helps alleviate that overwhelming feeling. Just take it step by step!