DEV Community

Discussion on: Starting late: learning to code at 40

 
andevr profile image
drew

I did a large portion of that course. Really good stuff.

Thread Thread
 
awevs profile image
Adam

I have the second one too, advanced I think it's called. Did you have any other recommendations?

Thread Thread
 
andevr profile image
drew

That first course is decent. The downside is that it does not teach es6 or any of the new JavaScript features. The end project is huge though, and you can always pick up another course to cover es6+. I'd recommend either Javascript the complete guide 2020 by Maximillian Schwarzmuller, or Andrew Mead's The Modern Javascript bootcamp. Keep in mind you want to take your time going through javascript. For example, once you start getting into writing functions I would take your time going through the course. Take a couple days and just write a ton of functions. My biggest beef with most courses is they dont really provide you with ample practice, despite what they say, so you have to make sure you just take your time, otherwise you'll get stuck. Getting stuck was the reason I switched to Java.

Thread Thread
 
awevs profile image
Adam

Thanks again. 👍 Have saved those to my wishlist and will have a look later on.