Using AI to Learn JavaScript – How Do You Approach It?

michellord

New Member
Hi everyone,

I recently finished HTML and CSS and have been moving through JavaScript. The exercises are getting harder, and sometimes I can’t find a solution online. I’ve noticed I’m using AI more often to get hints or explanations for syntax, which I think is fine to understand concepts.

The tricky part is when I get completely stuck and end up using AI-generated code. I try to understand it afterward, but it feels like I didn’t come up with the solution myself. I pass the labs, but I’m not sure if I’m really learning as much.

How do you handle this? Do you use AI to help with learning, or do you avoid it completely?

I’d love to hear how others balance using AI while still improving their skills.
 

JohnC

Expert
Licensed User
Longtime User
Why not flip it around and let AI teach you JavaScript instead of just solving the hard bits for you?

You can tell an AI to act like a tutor:
  • generate exercises
  • explain concepts only when you ask
  • give hints instead of answers
  • increase difficulty only when you’re ready
  • review your code and point out mistakes without fixing them outright
That way you stay in control of the learning. You’re still doing the thinking, but the AI adjusts to your pace and fills in the gaps when you need it. It becomes a guided, interactive course—not a shortcut.
 

AnandGupta

Expert
Licensed User
Longtime User
You can also use "study and learn" option of ChatGpt.

Screenshot 2025-12-03 225648.png

Instead of giving direct answer for your javascript question, it will ask you and give hints.
Best for learning with AI help.
 
Top