Hey everyone! I'm currently diving into learning JavaScript. I find that I can debug existing code pretty easily, but I hit a wall when it comes to writing code from scratch. I'm looking for advice on how to improve my logic for coding or any book recommendations that could help me build that skill. Any tips would be super appreciated!
5 Answers
Make sure to break your goals into smaller, manageable steps. Look up each part you’re struggling with rather than trying to solve an entire problem at once. This can make the learning process so much easier!
Honestly, the best way to learn is simply by doing. Embrace the struggle; it's through those challenges that you'll truly learn and build your skills. Keep at it!
Exactly! Every time you face a problem, it’s an opportunity to learn. Don't shy away from that struggle.
Take it slow and practice the fundamentals. Start with simpler tasks and gradually increase complexity. It's like climbing stairs: one step at a time. If you feel overwhelmed, step back and focus on mastering the basics before moving on.
The way you're learning resembles how I tackled COBOL back in the 80s. Try building a webpage from scratch: look at how it’s coded, reproduce it, and learn from that process. Spend time on tutorials, but try to recreate web pages as well. It's a proven method that really works!
You don't necessarily need books. What's really important is just putting in the time to solve problems and stay persistent. This practice is key to developing problem-solving skills, which can be the toughest part of coding.
Totally agree! Just tackle one thing at a time, and don't hesitate to look up specific syntax or techniques you need.