DEV Community

Discussion on: Js and burning out

Collapse
 
itskitto profile image
Kitto Khrangtong

I think the best thing you can do atm is take a step back and get a solid foundation going with your JavaScript fundamentals. It's really easy to get caught up in the hype of new technology and to get jealous seeing what others are accomplishing.

Ways you can level up your fundamental JavaScript is by making some simple interactions: outputting form information into an email, creating your own modal, creating info/error message popups that show and hide divs with that info based on user input.

In my opinion, javascript30.com/ by Wes Bos is a nice segue into learning what JavaScript can do beyond its syntax

Good luck!