CourseVerdict

Deep JavaScript Foundations, v3 vs Fullstack Svelte with SvelteKit

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

Fullstack Svelte with SvelteKit

4.4/ 5 · 25 opinions
20 positive3 neutral2 negative/ 25 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.6 / 5

Nearly 5 hours of content (4h 52m) split across four structured sections: Introduction, SvelteKit Basics (routing, data loading, forms, API routes, stores, error handling), Advanced SvelteKit (hooks, link options, advanced routing and loading patterns), and a complete SvelteFlix project build (carousels, search, infinite scrolling, caching). The curriculum aligns with the current SvelteKit production stack and avoids legacy patterns. Published June 13, 2023 and compatible with Svelte 3 and 4. One gap noted by reviewers: Svelte 5 runes syntax is not covered, since the course predates Svelte 5's stable release.

Instructor4.9 / 5

Rich Harris is the creator of both Svelte and Rollup, and a software engineer at Vercel. Teaching the framework you invented gives unparalleled depth: Harris explains architectural decisions and trade-offs, not just API syntax. The Frontend Masters platform awarded the course a 4.8/5 rating based on student reviews. Independent reviewers consistently note that learning directly from the framework's author accelerates understanding of the "why" behind SvelteKit's design choices — something no third-party instructor can replicate. Minor critique: Harris assumes a reasonable level of JavaScript comfort and does not slow down for absolute beginners.

Value for money3.9 / 5

Access requires a Frontend Masters subscription (~$39/month or ~$390/year) rather than a one-time purchase. Strong value if you use the subscription for multiple courses — Frontend Masters covers the full frontend stack (JavaScript, TypeScript, React, CSS, Node.js, and dozens of other tracks) and has a companion Svelte Fundamentals course by the same instructor. Weak value for learners who want only this one course. No free tier beyond a short preview. The subscription cost is the dominant complaint across otherwise positive reviews.

Projects3.8 / 5

Frontend Masters provides written transcripts for every lesson, a downloadable course notes PDF, and public GitHub repositories for the SvelteFlix project used in the course. Community support runs through the Frontend Masters Discord. There is no dedicated course forum or live Q&A with Harris himself post-recording. Reviewers who took the course report that the SvelteKit official documentation and Discord are the primary support channels for issues beyond the course material — typical for Frontend Masters workshop courses where the instructor is not actively engaged post-recording.

Real-world use4.5 / 5

The course covers file-system routing, server-side data loading, form actions with progressive enhancement, API route creation (GET/POST/PUT/DELETE), SvelteKit stores, server hooks, caching strategies, and environment variables — all features used in production SvelteKit applications. The SvelteFlix capstone integrates a real third-party API (The Movie Database) and demonstrates infinite scrolling and client-side caching patterns. The main real-world gap is authentication: no auth implementation is covered, which is a common production requirement. Svelte 5 runes are also not included, but Svelte 4 apps are still widely deployed.

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