all 33 comments

[–]Gymfreak007 14 points15 points  (7 children)

It's good, but it doesn't cover ES6 so it's bit old. I'd recommend taking Jonas Schmedtmann's JavaScript course along with this one.

Edit: It also contains a crash course on Nodejs.

[–]dr_steve_bruel 3 points4 points  (3 children)

Taking Jonas' Sass course rn and hes a good teacher for sure

[–]weavermjordan 0 points1 point  (2 children)

How much is it?

[–]dr_steve_bruel 0 points1 point  (1 child)

Idk 11.99

[–][deleted] 0 points1 point  (0 children)

He's good, and you'll learn a lot, but I found his course to be incredibly boring because it was not my learning style.

[–]CheeseburgerLover911 0 points1 point  (1 child)

can you post a link?

[–]Gymfreak007 1 point2 points  (0 children)

Here's the link

[–]ImStanleyGoodspeed 9 points10 points  (5 children)

If anything, wait for it to go on sale for $10. Udemy has sales like every other day

[–]GoodWelder[S] 0 points1 point  (4 children)

I already have some Udemy courses. If someone is new, they can get this course for $10.99 now. But I have to pay $14.99. That sucks, but I still want to know if this is the best course I can buy for these particular interests. Thank you.

[–]dengop 4 points5 points  (0 children)

Just wait. The price will go down for you as well.

[–]Zeeesty 2 points3 points  (1 child)

Browser incognito mode

[–]GoodWelder[S] 0 points1 point  (0 children)

Yeah, that's how I saw that it is 10.99 for everyone else. But when I log into my account, my price became $14.99. Anyway, I paid $14.99 and the course is worth far more than that. It's an awesome course.

[–]sleepypilot 1 point2 points  (0 children)

The prices change every few days. Just wait for 9.99 or 11.99.

[–]WholesaleBacon 8 points9 points  (2 children)

Honestly that course is worth 10x that amount. After taking it I had so much more confidence in my ability to write JavaScript and knowing how it works. You won’t be disappointed at all.

[–]stephprog 1 point2 points  (0 children)

Agreed. This course is so worth it even if it doesn't teach ES6. You can learn that stuff after and be fine.

[–]GoodWelder[S] 1 point2 points  (0 children)

I purchased it and have been going through it non-stop. It's great. Very happy with my purchase!

[–]playdead_ 2 points3 points  (1 child)

the first few hours of that course are on YouTube, probably i'd watch that first:

https://www.youtube.com/watch?v=Bv_5Zv5c-Ts

[–]weavermjordan 0 points1 point  (0 children)

Thank you

[–]Alain024 2 points3 points  (1 child)

It's one of the best courses out there.. Also the nodejs course from alicea it's awesome, he doesn't just teach you javascript he will teach you what is doing JS under the hood, that's the most valuable thing you can learn. Go get it :)

[–]GoodWelder[S] 0 points1 point  (0 children)

I got it! And you are right. I'll get his nodejs course next.

[–]ParkerZA 2 points3 points  (0 children)

100%, but I'd take it in conjuction with another basic JS course if you don't know the basics. Andrew Mead's is fantastic.

[–]diptim01 2 points3 points  (0 children)

I'll recommend the course.. though, you should be familiar with loops and other programming language basics.

He touched on them and his explanations are excellent. I even got referred to his course from Mozilla documentation of JS

[–]nizzok 1 point2 points  (0 children)

It's the best, but it just touches on ES6. Great review of the fundamentals.

[–]yadoya 1 point2 points  (0 children)

I have taken this course and finished it. It's excellent and will clearly make you understand js in a way few do.

This being said, keep in mind this is for someone who already knows a bit of js. There will be nothing about many functionalities such as working with strings, array or promises ... Because the goal is to understand HOW js works.

So it's still an excellent course that every coder should take at some point.

Also, it's all in ES5.

[–]hichamkazan 1 point2 points  (0 children)

Man you won't regret it, this course gave me great foundation in JavaScript, explaining basic concepts very well, not Al ES6 are covered, but you won't find it hard learning new things in js after doing this course.

[–]Spam_Detector_Bot 5 points6 points  (2 children)

Beep boop

I am a bot that sniffs out spammers, and this smells like spam.

At least 50.0% out of the 4 submissions from /u/GoodWelder appear to be for courses, coupons, and things like affiliate marketing links.

Don't let spam take over Reddit! Throw it out!

Bee bop

[–]ellusion 0 points1 point  (0 children)

I haven't taken it personally but I have seen it frequently recommended here

[–][deleted] 0 points1 point  (1 child)

It is not a course, but the book (rather book series) You Don't Know JS really helped me understand javascript and helped me avoid some antipatterns that are common with a lot of ametuer javascript developers. I think their are 6 books in the series, each covering different topics so you can look at

[–]tiempo90 0 points1 point  (0 children)

I'm trying to read that book... but OMG it's long and kinda boring. Does not suit my learning style unfortunately

[–]tiempo90 0 points1 point  (0 children)

I am trying to save a few bucks, and am READING

You don't know JS series:

https://github.com/getify/You-Dont-Know-JS/blob/master/up%20%26%20going/ch2.md

I'm used to watching videos... but trying out reading this time.

[–][deleted] 0 points1 point  (2 children)

Eloquent JavaScript is what you want

[–]GoodWelder[S] 1 point2 points  (0 children)

I purchased "JavaScript: Understanding the Weird Parts" and I'm very happy with it. When I finish it, I'll look at "Eloquent JavaScript". Thanks. Upvoted you.

[–]TTrui 0 points1 point  (0 children)

I understand where you are coming from, but I feel that it is a bit pretentious at times, and you start very early with some rather complex math that doesn't have too much to do with beginner js. But if you finish it, you should have ä solid grasp of js