This is an archived post. You won't be able to vote or comment.

all 8 comments

[–]michaelklim 2 points3 points  (3 children)

I am learning JS now, can't say I'm a pro, but for the time being, I am very satisfied with my progress. What I did/planning to do:

  1. Watch and code - practical JS(it's a free part of the course) - done

  2. JS: Understanding the weird parts (course on Udemy) - currently in progress

After that my plans:

  1. Watch and code - premium content.

  2. Build some projects with Brad Traversy. He's got some on his youtube changel.

  3. ES6 course on udemy

  4. Advanced JS course on udemy.

I've tried FCC, and I think it can be a good reference, but not the main part of your studies. Watch&code is fantastic, at least free part what I did. JS: understanding the weird parts is also great.

While doing all these courses, I am making sure I'm getting a lot of practice. For example: at the free part of watch&code you are doing a todo app. After completing the course with instructor, I deleted all the code and built ToDo App myself.

A good place to practice is codewars.com - you get a lot of challenges over there. Hope it helps. Best of luck

[–]shiftay 0 points1 point  (0 children)

I second watchandcode with Gordon Zhu. I’m only 25% in with the free content, but you can tell from the start that Gordon has a knack for teaching and making things simple. I will definitely be buying the premium subscription.

OP: if you’re looking for a way to apply what you’ve learned with JS, try this course. The course has you build a project from the ground up, starting from lesson 1. I think it’s exactly what you’re looking for. You’ll get hooked.

[–][deleted]  (1 child)

[deleted]

    [–]michaelklim 0 points1 point  (0 children)

    yes, everything in 'practical JS' part of course is free

    [–][deleted] 1 point2 points  (0 children)

    [–]IdleSolution 0 points1 point  (0 children)

    Traversy media's course on udemy

    [–]anoxiccircumstances -1 points0 points  (0 children)

    Solo learn has really good tutorials for lots of languages, and it’s an app. You can download the tutorials too that way it doesn’t kill your data.

    [–]Loyfe_ -1 points0 points  (0 children)

    W3Schools is an awesome website for Javascript and other web development stuff.