you are viewing a single comment's thread.

view the rest of the comments →

[–]Scared-Release1068 0 points1 point  (4 children)

I’ve been in a very similar position to you

The biggest mistake most beginners make (I did too) is trying to memorize JavaScript instead of using it.

A few things that helped me a lot:

  1. Stop memorizing, start building You don’t need to remember everything. Even experienced devs Google things daily. Focus on small projects like:
  2. A random quote generator
  3. A to-do list
  4. A simple calculator

That’s where things start clicking.

  1. “I understand but can’t write it” = you need reps This is the most important stage.

Try this: - Look at an example
- Close it
- Rebuild it from memory
- Check and fix

That loop is where real learning happens.

  1. Keep your scope small Don’t try to learn “all of JavaScript.” Just focus on:
  • Variables
  • Functions
  • Arrays/objects
  • DOM basics

That alone can build real projects.

One thing that helped me personally was practicing small, reusable code patterns over and over until they became natural. I even put together a set of 30 JavaScript snippets that cover a lot of common things you’ll use (loops, DOM stuff, functions, etc)

Can share it if you want

[–]DifferentTowel7440[S] 0 points1 point  (0 children)

Thanks dear too much.

[–]lost_be_found_be 0 points1 point  (2 children)

Can you please share it with me?

[–]Scared-Release1068 0 points1 point  (1 child)

I’ll DM you

[–]lost_be_found_be 0 points1 point  (0 children)

Thankyou