CourseVerdict

Deep JavaScript Foundations, v3 vs The Last Algorithms Course You'll Need

Same Bayesian formula, same rubric — so the difference in scores reflects the difference in the courses, not the difference in how we evaluated them.

Frontend Masters (Kyle Simpson) · Web Development

Deep JavaScript Foundations, v3

4.3/ 5 · 24 opinions
16 positive4 neutral4 negative/ 24 total

Frontend Masters · Web Development

The Last Algorithms Course You'll Need

4.7/ 5 · 32 opinions
25 positive5 neutral2 negative/ 32 total

Per-criterion

Content quality4.6 / 5

Reviewers consistently describe the curriculum as the deepest treatment of core JavaScript available in video form. The three pillars — types and coercion, scope and closure, and the this/prototype object system — are explained directly from the language specification rather than from surface behaviour. Gurpreet Singh's testimonial captures the consensus: "I know of no other resource that goes this deep into fundamentals of JS." The main critique is that some sections, particularly the OLOO delegation pattern in the object-oriented module, are presented as settled best practice when many experienced developers disagree.

Instructor4.5 / 5

Kyle Simpson, author of the You Don't Know JS book series, is widely praised for clarity and depth. Lara Karki called him "not only brilliant, but an excellent and articulate teacher" and Hatem Hassan noted he "has a unique way of explaining deep technical CS concepts in a simple and straightforward manner." The score is held below the instructor scores of less polarising teachers because his opinionated, prescriptive style draws genuine criticism — one HN commenter found his persona "very off-putting" and others object to his advocacy for == coercion.

Value for money4.2 / 5

The course is bundled into the Frontend Masters subscription at $39/month or $390/year, which also unlocks the entire library including Kyle's scope, closures, and asynchronous JavaScript courses. Lara Karki called the membership "the best $40 I'll spend this month, by far." Value is excellent for committed learners but the subscription model means a single 10.5-hour course is not buyable standalone, which frustrates learners who only want this one title.

Real-world use4.0 / 5

The course makes developers materially better at reading and reasoning about production JavaScript — Kevin O'Shaughnessy noted it "blew my mind how much there was going on in 10 lines of code." However, it is conceptual rather than project-based: there is no application built end to end, no framework, and no tooling. Reviewers who wanted to ship something tangible note that this is a foundations course, and its payoff shows up later as fewer bugs and clearer mental models rather than a portfolio piece.

Support3.6 / 5

Frontend Masters provides downloadable exercise files, transcripts, and a hosted course platform with adjustable playback speed, but there is no graded auto-grader, no mentor, and no certificate. Learners rely on the public GitHub note repositories and exercise mirrors that other students have published. This is a lecture-and-exercise format, not a guided cohort, so self-directed learners do best.

Content quality4.7 / 5

Across roughly nine hours and 60 lessons the course covers Big O time and space complexity, arrays, linked lists, queues and stacks, a ring buffer, recursion, the classic searches and sorts (linear, binary, bubble, quick), trees with BFS and DFS, heaps, maps, graphs with adjacency lists and matrices, and Dijkstra's shortest path. Reviewers repeatedly call it content-dense and "not the typical watered down content you find often on online courses." The honest mark-down is that it is implementation-first and fast — it condenses a full-semester CS course into under ten hours, so it favours breadth and live coding over slow, proof-heavy depth.

Instructor4.9 / 5

ThePrimeagen is the reason this course is so widely recommended. Reviewers describe his explanations as "full of joy and charisma," call him "an excellent communicator" who is "both down-to-earth and incredibly skilled and intelligent," and note that "you won't get bored and fall asleep." He implements most algorithms live rather than showing finished code, which learners consistently single out as the high point. This is one of the most engaging instructors in the DSA space and it shows in the 4.9/5 rating.

Value for money4.9 / 5

The course is completely free — all you need is a free Frontend Masters account — yet it sits behind, and is the same quality as, Frontend Masters' paid catalogue. For roughly nine hours of well-produced video plus a bespoke practice tool, reviewers call it "a worthy investment" and say "there is no other algorithm course that can teach you so many topics in such an efficient way." The only caveat on value is the subscription framing: the deeper Part 2 (advanced algorithms) sits behind a paid Frontend Masters subscription.

Projects4.5 / 5

The standout practical feature is the kata-machine, a bespoke GitHub repository ThePrimeagen wrote that generates a fresh daily set of algorithm exercises with a ready testing environment, so you implement each structure from scratch in TypeScript rather than just watching. Learners praise this as the thing that makes the knowledge stick. The caveat is that there is no graded capstone or certificate, and some implementations (notably the doubly linked list) are "complicated, or rather convoluted, to implement," which can stall practice.

Real-world use4.4 / 5

The stated goal is to teach enough DSA that, after practice, you could pass interviews at a large tech company, and reviewers report it delivered exactly that mental model — one four-year professional said "this was exactly what I needed to get back on track." The patterns (Big O reasoning, BFS/DFS, Dijkstra, the common sorts) are the bread and butter of coding interviews. But it is a foundation, not a credential: there is no certificate, and complete beginners will need significant outside practice before the interview goal is realistic.

Scoring methodology applies identically to every course on the site — see the formula.