Modern JavaScript Array Methods in 45 Minutes
by Marcus Hale
Add types to the JavaScript you already write, without rewriting your whole project.
MH Created by Marcus Hale
Every bullet below is something you will have built, shipped or be able to explain by the time you finish the last lesson.
6 modules · 46 lessons · 6h 8m of material
8 lessons running 1h 04m in total. Each lesson ships with the finished source files and a short written recap, so you can follow along in your own editor and skim the module again later.
Lesson-by-lesson titles, code downloads and exercises live inside the course library you get access to straight after checkout.
9 lessons running 1h 12m in total. Each lesson ships with the finished source files and a short written recap, so you can follow along in your own editor and skim the module again later.
Lesson-by-lesson titles, code downloads and exercises live inside the course library you get access to straight after checkout.
9 lessons running 1h 10m in total. Each lesson ships with the finished source files and a short written recap, so you can follow along in your own editor and skim the module again later.
Lesson-by-lesson titles, code downloads and exercises live inside the course library you get access to straight after checkout.
7 lessons running 56m in total. Each lesson ships with the finished source files and a short written recap, so you can follow along in your own editor and skim the module again later.
Lesson-by-lesson titles, code downloads and exercises live inside the course library you get access to straight after checkout.
8 lessons running 1h 04m in total. Each lesson ships with the finished source files and a short written recap, so you can follow along in your own editor and skim the module again later.
Lesson-by-lesson titles, code downloads and exercises live inside the course library you get access to straight after checkout.
5 lessons running 42m in total. Each lesson ships with the finished source files and a short written recap, so you can follow along in your own editor and skim the module again later.
Lesson-by-lesson titles, code downloads and exercises live inside the course library you get access to straight after checkout.
6 modules · 46 lessons
6h 8m total length
Short list, and deliberately so. If you meet these you can start today.
TypeScript is not a new language to learn, it is a checker for the JavaScript you already write. This path treats it that way. You start with a working JavaScript project and convert it file by file, watching the compiler find real bugs that were sitting there quietly, rather than starting from an empty folder and abstract type theory.
The fundamentals come in the order you need them: annotating variables and function signatures, arrays and objects, unions and literal types, interfaces versus type aliases, optional and readonly properties, and enums with an honest explanation of why const objects are usually better. Inference is emphasised throughout, because the goal is fewer annotations that carry more meaning, not types on every line.
You then meet the practical layer: tsconfig options that matter, strict mode explained flag by flag, working with third-party packages and DefinitelyTyped, typing fetch responses safely, narrowing with typeof and in and custom guards, and integrating with Vite, ESLint and the editor. The path ends by converting a small React application, which is where most people first need TypeScript to be genuinely useful.
Still unsure about something? Write to misteryjj100@gmail.com and a human answers, usually the same working day.
Reviews are written by people who bought this course. We publish the critical ones too.
5.0
Rated 5.0 out of 5Course rating · 2 reviews
Chen Wei
Frontend developer
It genuinely does begin with one file inside an existing JavaScript project rather than an empty folder. That matters enormously, because courses that start green-field never tell you what to do about the other two hundred files you already have.
Marissa Kuipers
Web developer
Anybody can annotate a function signature. Nobody explains what to do when an API returns whatever the backend felt like that morning. The narrowing and guard material here is practical and I use it every day.
Web engineer and JavaScript educator
Marcus has shipped front ends for two ad-tech startups and one very large retailer, which taught him more about performance budgets than any blog post could. He teaches JavaScript and TypeScript from the runtime up — event loop first, framework second — then follows the same code through Node on the server side. Every one of his courses ends with a deployed application rather than a folder of exercises. He writes a weekly newsletter on browser performance.
One-time payment · lifetime access