Computer Science in TypeScript (No Degree Required)

Chapters:- 00:00:00 – Intro- 00:01:04 – Conway’s Game of Life- 00:03:04 – Pseudo-Code- 00:09:37 – State Machine- 00:15:02 – Stealing Art from the Internet- 0… Read more

Similar

TypeScript in 50 Lessons

In TypeScript in 50 Lessons, Stefan Baumgartner breaks down the quirks of TypeScript into short, manageable lessons. You’ll make sense of TypeScript concepts, tooling for TypeScript and how to get most out of it without learning a new language. Everything... (more…)

Read more »

TypeScript 4.6

Today we’re announcing the availability of TypeScript 4.6. If you’re not yet familiar with TypeScript, it’s a language that builds on JavaScript and adds syntax for types. Types help describe what kinds of values you’re working with and what kinds of func... (more…)

Read more »

TypeScript 4.2

Today we’re excited to announce the release of TypeScript 4.2! For those who aren’t familiar with TypeScript, it’s an extension to JavaScript that adds static types and type-checking. With types, you can state exactly what your functions take, and what th... (more…)

Read more »