Chevron Left
Back to Programming with JavaScript

Learner Reviews & Feedback for Programming with JavaScript by Meta

4.7
stars
4,157 ratings

About the Course

JavaScript is the programming language that powers the modern web. In this course, you will learn the basic concepts of web development with JavaScript. You will work with functions, objects, arrays, variables, data types, the HTML DOM, and much more. You will learn how to use JavaScript and discover interactive possibilities with modern JavaScript technologies. Finally, you will learn about the practice of testing code and how to write a unit test using Jest....

Top reviews

RK

Invalid date

It's arguably one of the best Javascript courses you can find on the internet. It covers all the basics and provided a solid foundation which will help you to become a better JS Developer.

DH

Invalid date

amazing in depth course, feel like i have grasped the basics and will go away and practice what i have learnt. I like how there are videos, readings and tasks to complete to keep it varied.

Filter by:

801 - 825 of 1,075 Reviews for Programming with JavaScript

By Atamurad B

•

Oct 20, 2023

good

By Nuraaly T u

•

Sep 13, 2023

Good

By Dinh T T

•

Aug 8, 2023

nice

By Zawed A

•

Jul 16, 2023

nice

By Vuong N

•

Jun 11, 2023

good

By ABHISHEK K

•

Apr 21, 2023

best

By Olapade F

•

Feb 27, 2023

nice

By Erlangga

•

Jan 22, 2023

Nice

By Terel P

•

Nov 26, 2022

Mint

By Wali M

•

Nov 18, 2022

nice

By SAI P (

•

Nov 8, 2022

good

By Gustavo V

•

Sep 22, 2022

top

By ADIL R

•

Sep 18, 2024

.

By gowri v

•

Sep 23, 2023

.

By Ashraf A

•

Aug 16, 2023

1

By Shayene J

•

Aug 12, 2023

The course covers a lot of topics, implements challenges and hands-on coding labs, and balances readings with videos. The knowledge learned is relevant and applicable. The way the knowledge is covered is quick, so you'll need to spend some time on your own practicing each concept and idea, especially if you're new to coding (which I'm not). What takes this course from a 5 star to a 4 star is that its automated grading for coding labs is unreliable. Sometimes, they work as they should and you don't have much issues once you follow the instructions. Other times, you will likely have to experiment with different syntaxes or check the discussions and find someone who managed to pass. This isn't because the coding lab is hard, but because it doesn't tell you why you're failing. Otherwise, a pretty good course.

By Mau K

•

Apr 12, 2024

First, I would like to express my overall satisfaction with the course content. The information provided was detailed, comprehensive, and covered all relevant aspects of the topic. The clear and concise explanations allowed me to understand the concepts effectively. However, I believe that the course would be highly benefited from the inclusion of a greater number of practical exercises. Despite the quality of the theoretical material, the lack of opportunities to put what I learned into practice made it somewhat difficult to assimilate and internalize the knowledge. In my opinion, the incorporation of varied practical exercises, such as problem-solving, project work, or real-case simulations, would allow students to consolidate their learning and apply the concepts more effectively.

By Valentin G

•

Aug 2, 2023

The course provides a lot of useful and well-structured information and actually builds skills, so I'm ihappy with it in general. I would add on the grumpy side that some rigorous material (testing, handling errors) is given given way too superficially, that additional reading is clearly on another level and adds nothing to my understanding of this course, and that the presentation looks human emotion. (Labs are much more fun with the guy you don't do 't see than the videos because the latter may as well be read by a robot )

That said, I don't regret taking it and believe its a worthwhile investment of time

By Apilyn B

•

Feb 8, 2023

The course is very thorough and well-built! My only critique is that sometimes the examples are a little too complicated for someone learning to code. I've taken a previous coding boot camp so I already understood a lot of what was being taught but I had many moments where I understood what I was shown but only because I had previous knowledge to fall back on. Other than that, this is the best course I've come across so thank you for the course and for contributing to my education.

By Deleted A

•

Apr 24, 2023

This course was really insightful and helped me learned a lot of new things in an organized manner which were difficult before. I built a whole js virtual bank system using the object oriented programming concepts taught (it was my favourite module). However, I think there were some concepts which would would have been better if they were explained a bit more in detail. Overall, the combination of viewing, listening and reading and practicing materials was great! Loved it.

By xx03 _

•

Dec 24, 2022

The final Project Grading system isn't too great at pointing out your errors! it gave me 13% because I had one extra space on my console.log output but the error suggested that my logic was somewhat flawed. I was stuck for 3 hours trying to understand my logic error until I formatted the console.log output using string template ${value} which wasn't even what they instructed in the final project then I was able to get 100%. Other than the course content is amazing!

By Amr K

•

Oct 18, 2022

The course is very good and well taught I would love to thank the lecturers and everyone behind the scenes for providing me with this amazing opportunity and Im very grateful for this, and I just hope that theres want so much reading because there was a few hard complex words used while reading which was a bit difficult for me to grasp.I felt I needed to understand a bit more in detail. But overall a fantastic job and amazing work non the less. Well Done!

By Joshua W

•

Aug 3, 2023

I think this was a good course in javascript. You can obviously get more learning with JavaScript by making more projects, but I feel like the purpose of this course was to lay a good foundation to then make applications with JavaScript. I also encountered one test where the results just graded my test incorrectly, I went to the video and answered what the instructor said word for word and it was still wrong, but this thankfully only happened once.

By Cory B

•

Sep 18, 2023

There were and still are a LOT of issues with this course, including but not limited to: Grammatical errors, Grading errors, Clarification errors (Unclear questions/tasks), and some outright wrong or missing pieces in the course. If you really want, it does help a lot and you can REALLY learn, but it can get infuriating when you do everything correct and still get a failing grade due to a single Space " ".

By Bakhtiar R

•

Nov 22, 2022

The programming assignments need to be improved. Instead of providing a readme file, the assignment should be interactive. Or the sentence structure and wording of the assignments tasks needs to be improved to help students write better code. I spent a lot of time debugging why the tests were not passing and it was because of unfamiliar debugging sentence and structure used in the readme file.