I’m learning JavaScript, and I feel so dumb.
I always have to ask AI, because I’m making a silly mistake that doesn’t make my code run or because I have no idea what to do. I’m getting tired, frustrated and discouraged. If I keep asking for help, when will I ever be able to do anything right or call myself a developer
Is this normal or am I really dumb ?
Are you asking “ai” to solve it for you, or just for tips/hints? Asking on forums will give you more than speaking with program that would not know if its mistaken.
I write my code, then ask ai what’s wrong when it’s not working as expected or ask for tips when I have no idea what to do at all.
For example, I juat completed this exercise and I spent hours on it because I couldn’t come up with a way to make the numbers multiply themselves after each iteration. Thanks to ai, I got that simple line of code → result *= i, and now I feel even dumber because why didn’t I think of that.
If you keep relying on AI, you won’t get far. Problem-solving is the most important skill you need to have, and you’re just outsourcing it to AI. What you’re describing is something everyone goes through, you’ll find hundreds of topics on this forum and on Reddit where users complain that programming is very difficult and that they feel helpless. Read the entire article from this link, it should help you: Why Learning to Code is So Damn Hard - DEV Community
Even if you do not immediately get an answer, the process of clearly explaining how you are stuck to another human is very valuable and an important on the job skill.