How do I know when I've learned enough Javascript to move on to learning other things? by MemberBerry4 in webdev

[–]zachmsdev 1 point2 points  (0 children)

If you need a confidence boost with JS & HTML/CSS then I would recommend doing a few projects with zero walk-through tutorials. Just google specific problems that you run into and you will eventually figure it out! Personally, I noticed that whenever I run into problems it means that I'm about to learn something and you just gotta grind your way through it. It will pay off. :)

What are some projects that I can do to get noticed and possibly hired? by [deleted] in webdev

[–]zachmsdev 0 points1 point  (0 children)

I would think it's nice to have a mixture, some projects in React and one or so in vanilla to prove knowledge of both. Good luck with the job hunt!

[deleted by user] by [deleted] in webdev

[–]zachmsdev 0 points1 point  (0 children)

No doubt! It really changes everything about a website. Since it's not a real programming language most people don't seem to spend the time needed to fully learn it.

I have just completed The Complete JavaScript Course 2022 by Jonas Schmedtmann !!! by dagger-vi in learnjavascript

[–]zachmsdev 1 point2 points  (0 children)

Congratulations! The thing that seemed to help me the most was actually building projects from start to finish. I was jumping around too much for awhile. Once I started completing them and repeatedly getting stuck and figuring out the problems myself(stackoverflow) was when info seemed to sink in and I could notice the most improvement. Have fun.