Deep JavaScript Foundations, v3 vs JavaScript: The Hard Parts, v2
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
Frontend Masters · Web Development
JavaScript: The Hard Parts, v2
Per-criterion
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.
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.
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.
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.
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.
Goes deep on the JavaScript runtime model — thread of execution, the call stack, closure, the event loop, Promises and prototypes/classes — across roughly 6.5 hours. Reviewers consistently say it explains how JavaScript works "under the hood" rather than just syntax.
Will Sentance (Codesmith founder) is the most-praised element. Learners cite his blackboard diagrams, the "backpack" analogy for closure, and a Socratic, audience-paced delivery. The same intense, repetitive style is the one thing a minority find tiring.
Requires a $39/month Frontend Masters subscription rather than a one-time purchase — strong value if you use the wider catalog, weaker if you only want this one course. The course is included in the standard subscription.
This is a conceptual, exercise-and-whiteboard course, not a project build. There is no portfolio-worthy capstone, which some learners miss. The exercises are effective for drilling mental models but produce no artefact.
The mental models — call stack, closure, the event loop, async behaviour — directly explain bugs developers hit daily. Experienced developers report the course clarified concepts they had used for years without fully understanding.
Scoring methodology applies identically to every course on the site — see the formula.