Best free javascript course reddit

Hello!

So, I am in the unique position to have several months of time to get an education in a new job and I am looking to get into javascript and find a job as a programmer once I am done. The education is paid for, but I can't really find good courses on the web with a virtual classroom or something like that.

In addition, I don't want to spend my time only putting it solely in javascript courses. I asked someone and he said I should look into angular, react and vue. What else should I look into? Mysql maybe? I am pretty new to this so any information and link would be highly appreciated.

------------------------------------------------------------------------------------------------------------------------------------------

EDIT: Wow, just wow. You guys are amazing. Thank you so much for all your help and keep the good ideas coming. I am definetly going to check everything out. I did not expect to get ~50 replies within just 12 hours.

Just a few Informations in case you don't read all my replies. I am living in Europe, so any courses would need to be online and be doable in my own time. Full Time courses are out of the Question for me healthwise, so I am looking for something to do in my own time, spending around 2 hours per day during the weekdays, because I am still recovering from a long illness. I have a couple of months to spread it out to as well, so that shouldn't be too big an issue.

Thing is, I cannot just read books and free Websites. As additional Ressources - great, keep the recommendations coming. However, in the end, some kind of paid course over several months would be the best and some people have already pointed out bootcamps, so I will have a look at them.

Once again, thank you all so much for your Input. I will try to make the best out of this with all the advice you have given me and will be giving me in the future.

Make the code as short as possible. Show how smart you are.

Let subtle language features guide you.

For instance, take a look at this ternary operator '?':

// taken from a well-known javascript library
i = i ? i < 0 ? Math.max(0, len + i) : i : 0;

Cool, right? If you write like that, the developer who comes across this line and tries to understand what is the value of i is going to have a merry time. Then come to you, seeking for an answer.

Tell him that shorter is always better. Initiate him into the paths of ninja

Wes bos has some good courses, also freecodecamp is very well made.

What I personally found was that I did a zero to hero complete JS course, like 60 hours long, turns out most of it was crazy specific and I barely use any of it in work. What you will find with JS is that most of the stuff you do with it will be with the frameworks that are built on top of it.

Also would say try make a project, you will learn the nuts and bolts better than with projects within pre made courses. Like try to make your own ad blocker or some kind of automation thing

Javascript can make a HUGE impact on your website.

But if you’re new to Javascript you’re probably thinking, what’s the best way to learn Javascript in 2022?

A lot of times I read that people learn it, just to discover that they can’t build anything afterwards.

Exactly the same thing has happened to me. So let me tell you what I did and let’s find the best way to finally learn Javascript.

Table of Content

  • What’s The Best Way to Learn JavaScript?
  • How to Find The Best JavaScript Online Course?
  • What JavaScript Courses does Reddit recommend?
  • Colt Steeles JavaScript Course on Udemy
  • Mead’s JavaScript Course
  • JavaScript.info
  • Understanding The Weird Parts
  • The Complete JavaScript Course 2021: From Zero to Expert!
  • What About Quora?
  • Start With JavaScript Projects
  • Watch And Code
  • JavaScript Books
  • JavaScript Course 2022 - FAQ

What’s The Best Way to Learn JavaScript?

One thing is certain:

The internet is the developer’s university.

Maybe other areas still need a faculty to learn and be a professional in their field, but the programming sector can be learned and practiced 100% on the internet.

When I discovered all the online courses and resources my brain exploded. The advantages were huge. Not only was I able to learn whenever I wanted, but I could also redo all the lessons and I could listen to them whenever I liked.

But how to find the right courses in 2022?

Simple.

Ask some web developer communities.

How to Find The Best JavaScript Online Course?

To find stuff like this, I love to use Reddit.

Reddit isn’t always the best solution to find information, but in this case it’s pretty useful.

And to not solely rely on Reddit, I’ve also checked all the important Quora answers.

But let’s start with Reddit.

What JavaScript Courses does Reddit recommend?

Well, if you check out Reddit, this is a pretty frequently asked question.

Best free javascript course reddit

Let me show you some interesting patterns I’ve found. Let’s start with one course which is being recommended everywhere.

Colt Steeles JavaScript Course on Udemy

The first course I’ve found on this Reddit post was The Web Developer Bootcamp by Colt Steele.

I’ve checked the rankings and currently, there are over 700 thousand students enrolled in this course.

You can see how much people love this course in the comments.

Best free javascript course reddit

What People Love:

  • Course gets updated frequently.
  • You’ll learn directly from real-life projects.
  • Perfect for beginners.
  • People really enjoy the way Colt teaches.

Anything Bad at All?

So, most users rate this course 5 stars. There were a few users who complain that some parts were not updated enough, however as of now, the course was updated in March 2022. So, that’s pretty good.

Best free javascript course reddit

The last review was still complaining about outdated technology like Bootstrap 3 or Javascript ES 5, but it was also saying that Colt is a great teacher.

From what I see the fact that it was updated in March 2022 is a clear sign that Colt does read the reviews and he’s trying to keep the course up to date.

Web Developer Bootcamp Overview

⏱ Length👨‍💻 Students⭐️ Rating
63 hours Over 750 K 4.7
🆕 Updated🚀 Reddit Score💵 Price
March 22 5.0 $ 179

Mead’s JavaScript Course

On this reddit post, people were recommending The Modern JavaScript Bootcamp by Andrew Mead. With over 44 thousand students enrolled and a 4.7 rating, this course is also a great tip for a 2022 JavaScript course from reddit.

What People Love about This Course:

  • It is a very thorough course.
  • The Q and A section is getting answered frequently.
  • Complex topics like Javascript async are being taught very easily.
  • Very challenging but still not too hard.

What People Don’t Like about This Course?

To be honest, I had to scroll through a lot of reviews to find anything bad at all. There was one user who said, some projects were to easy but I didn’t find this opinion anywhere else.

In total, the reviews can’t be better. A total recommendation. Here is the latest review:

Best free javascript course reddit

The Modern JavaScript Bootcamp Overview

⏱ Length👨‍💻 Students⭐️ Rating
29.5 hours Over 40 K 4.7
🆕 Updated🚀 Reddit Score💵 Price
November 20 4.0 $ 179

JavaScript.info

So Reddit’s next tip wasn’t an actual course but a website.

JavaScript.info covers the complete JavaScript topic in-depth. You’ll start by learning the fundamentals and then you’ll learn all the JavaScript basics. Arrays, Objects, Variables.

The best thing?

This page is free.

So, for those of you who don’t like video courses or who would to like read before paying, this page is a must.

Every example is shown with the associated code and at the end of every article, you will find small tasks which should help you to test your Javascript skills.

That’s not everything.

Also in the end, you’ll find some comments. So if there are any questions left, simply ask the community.

Best free javascript course reddit

Understanding The Weird Parts

The next course has a pretty appropriate name.

As you might already know, learning Javascript can be weird sometimes.

Not Javascript itself but the learning process.

That’s why I think this is a pretty well chosen title for a JavaScript course.

JavaScript - Understanding the weird parts.

This course is made by Anthony Alicea, it was last updated in October 2021 and there are almost 150.000 students enrolled.

The rating is 4.7 stars.

One big reason why people like this course is because it makes some hard Javascript stuff very easy to understand.

Other advantages users report:

  • A challenging but very comprehensive Javascript course.
  • Very good explanations on how to fix bugs.
  • A great structure.
  • Makes you understand the “weird” stuff.

No complaining?

Some users report that the instructor is talking to slow. However that shouldn’t be a big problem since you can simply increase the playback speed.

Here is the latest review:

Best free javascript course reddit

The Complete JavaScript Course 2021: From Zero to Expert!

When you search the internet to find anything “learning JavaScript” related, you will most likely come across the name Jonas Schmedtmann.

That is simply because Jonas is a pretty well known guy when it comes to creating online courses. These courses are well respected throughout the web dev community.

What’s even more important, his JavaScript course “The Complete JavaScript Course 2021: From Zero to Expert!” was recently updated based on all the feedback he recieved so far.

Look at how much people love this course on Reddit.

Best free javascript course reddit

Over 400.000 thousand students are enrolled. The course is still rated 4.7 and you’ll get 68 hours of video content.

Here’s the latest review from Udemy:

Best free javascript course reddit

What will you learn?

  • JavaScript Fundamentals (functions, objects, loops)
  • Debugging, Node.js, DOM manipulation
  • Variables, the THIS keyword, arrow functions
  • Strings, higher-order functions, closures

The Complete JavaScript Course 2021 Overview

⏱ Length👨‍💻 Students⭐️ Rating
68 hours Over 540 K 4.7
🆕 Updated🚀 Reddit Score💵 Price
November 21 5.0 $ 119

The Best JavaScript Course

So, as of 2021, the best JavaScript course according to Reddot is “The Complete JavaScript Course 2021: From Zero to Expert!” from Jonas Schmedtmann. It was completely updated last year and Redditor’s simply love it.

Best free javascript course reddit

What About Quora?

We’ve talked a lot about Reddit but what do other online communities recommend in terms of the best JavaScript course out there?

For instance, Quora.

Funnily enough, when you search Quora for the best Javascript course you will find our latest course as well.

Understanding the weird parts. So this is something both, reddit and quora are recommending.

Start With JavaScript Projects

For those of you who don’t want to learn the distinction between a method and a function first or who are looking for a more practical way, you should check out JavaScript Web Projects: 20 Projects to Build Your Portfolio by Jacinto Wong and Andrei Neagoie.

Jacinto & Andrei are starting straight up with projects. You’ll not get bored with this course, I can promise you that.

My favorite project with this course is the “Random Quote Generator”.

The reason is simple, you will learn how to fetch data from somewhere else and how to add it to your page. This is why I love JavaScript. You can add data from somewhere else and create a pretty dynamic page.

But to do this, you will need a good teacher and that’s why this course is so great.

Here are some current stats

  • over 9000 students enrolled
  • over 750 ratings
  • total rating is (4.8)
  • It was last updated in September 2020
  • 32.5 hours in total

The lastest review sums up what I think about the course:

Best free javascript course reddit

Watch And Code

Something else I’ve realized while browsing is that the name “watch and code” comes up pretty often.

It’s a free and paid JavaScript course by Gordon Zhu.

Best free javascript course reddit

People are recommending this course quite a lot. Some even said that there is no better course for beginners.

One field which stands out, in particular, was the debugging section. Users report that you’ll learn pretty well how the debugger works, so that you’ll be able to handle errors on your own after you’ve taken the course.

Here is a screenshot from Reddit:

Best free javascript course reddit

Gordon himself says that the reason he did this course was that there weren’t any courses out there which teaches practical JavaScript. Well, I think there is some truth to this statement. You need to build real-life things with Javascript.

I think all the courses Reddit is recommending are pretty good but surely, there are a lot of courses where you will find a lack of practical JavaScript.

What I like about this course is that Gordon offers a free version. Simply sign up and try it out. If you don’t like you won’t lose anything. If you like it, check out his premium version.

JavaScript Books

What about books?

Well, there is one book in particular that I can recommend 100%. It is called “A Smarter Way To Learn JavaScript”.

Why is this book so special?

You’re pretty much forced to learn Javascript, but no worries, not in a bad way. The book starts with a short introduction on every topic, immediately followed by an interactive exercise.

You do these interactive exercises online, so this way you’ll get your hands dirty very early on. But, this way you will also learn a lot very early on.

The tasks are actually quite well tailored for beginners. You start with JavaScript basics followed by some real-life examples like how to change a CSS class with a click.

So you’ll never get the feeling that you just learn the theoretical stuff.

100% recommendation and it’s not just me. Here is the latest review on Amazon and don’t worry they all look like this.

Best free javascript course reddit

Javascript is such a powerful language.

You can build so many projects with it.

Building functions, creating debouncer functions, or using API’s to get current data from the internet, Javascript does it all.

What’s The Difference Between Paid And Free Javascript Courses?

The main difference is that you get a complete package with a paid course. From basics to projects. With a free course you have to find projects for yourself.

Do I Have to Use a Paid Course?

No, there is tons of free material out there which should be enough to learn Javascript. However, if you want to speed up things, a paid course is a good alternative.

All these Links are Affiliate Links, which means I get a small commission if you use them.


Free SVG Illustrations
Best Web Hosting 2022 Reddit
Is Udemy Legit?
Best Password Manager according to Reddit
Best Laptop according to Reddit

Where is the best place to learn JavaScript for free?

25 Free Websites to Learn JavaScript.
freeCodeCamp.org. ... .
JavaScript 30. ... .
CodeMentor. ... .
Educative.io – Learn HTML, CSS, and JavaScript from Scratch. ... .
Learn JavaScript - Full Course for Beginners from freeCodeCamp. ... .
JavaScript.info. ... .
Codecademy. ... .
Sololearn..

Can I learn JavaScript for free?

Free JavaScript Tutorials @ Udemy This is one of the best places for online learning. You will get free online courses and tutorials in all the latest technology and programming language like Java, Spring, Data Structure and Algorithms, Selenium, REST, etc. It provides both free and paid resources.

What is the best courses for JavaScript?

10 Best JavaScript Courses to Take in 2022.
The Modern JavaScript Tutorial (javascript.info) ... .
JavaScript Basics (UC Davis) ... .
Interactivity with JavaScript (Michigan) ... .
Learn JavaScript (Codecademy) ... .
CS50's Web Programming with Python and JavaScript (Harvard) ... .
JavaScript: Understanding the Weird Parts (Udemy).

Is Jonas JavaScript course good?

It's no surprise that with over 900k student enrollment, Jonas Schmedtmann is considered one of the best udemy instructors and he is considered the best of the best on Udemy. He also has over 5 courses in web development and JavaScript frameworks such as Node. js and Express for building the back-end of the website.