CodeNewbie Community 🌱

Discussion on: [#CNC2022 "Code More" Cohort 1] Why do you want to code more?

 
johngidoe profile image
Piotr Grzybowski

Hi KC,
I suggest learning Vanilla Js first before React/Angular or Vue. I'm saying from my point of view and after a few failures on interviews. You should get all the weird parts of JS otherwise you will struggle with frameworks. I keep my fingers crossed for maintaining your motivation but recently I realized that in my case consistency is the key and motivation is just an addition.

Thread Thread
 
bredmond1019 profile image
Brandon Redmond

I definitely agree with this. You should learn the ins and outs of JS before moving onto a framework.

There's a Udemy Course I took with the Instructor Colte Steele, The Web Developer Bootcamp. He does a really great job of explaining JS. You don't have to do the whole course, but the JS section was great, and he's funny. Udemy courses are pretty cheap and I think a great value.

Other than that, just trying to do some coding challenges will really help.

udemy.com/course/the-web-developer...

Thread Thread
 
kc profile image
K C

Thanks both for the advice.

Yeah I'm refocused on JS and I'm working through Wes Bos's JS course at the moment. Also attempting Frontend Mentor Challenges.