Historically, JavaScript has ended up as the main language for scripting web pages and apps on the Internet. In addition, it is now possible to use JavaScript on both the frontend and the backend… (more…)
Read more »
⬛ 🟨 🟩 TypeScriptle - Wordle in TypeScript's type system - GitHub - johanneslumpe/typescriptle: ⬛ 🟨 🟩 TypeScriptle - Wordle in TypeScript's type system... (more…)
Read more »
Learn about the new version of the TypeScript website, built from scratch with improvements to the handbook, playground and a new tsconfig.json reference. (more…)
Read more »
Classic programming languages like Pascal, C, C++ and others have been well known as strong typed languages. This means that in those languages stricter typing rules had to be set at compile time. (more…)
Read more »
Lately we’ve been noticing a lot of NaN’s show up in our app. We search for the source and find the following code: We sigh to ourselves, and decide maybe it’s finally time to add a type checker. We… (more…)
Read more »