/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

baransel.dev
| | alexop.dev
5.1 parsecs away

Travel
| | Did you know that TypeScript is Turing complete? In this post, I will show you how you can loop with TypeScript.
| | sitr.us
8.9 parsecs away

Travel
| | In type theory a unit type is any type that represents exactly one possible value. The unit types in TypeScript include null, undefined, and literal types. TypeScript also has the type void which is used as the return type for functions that don't have an explicit return value. In JavaScript a function that does not explicitly return implicitly returns undefined; so at first glance it would seem that void is an alias for the undefined type. But it is not! ...
| | flapenguin.me
9.0 parsecs away

Travel
| | Can't it just be typed to return true when argument is known to be NaN at compile time?
| | keepinguptodate.com
27.8 parsecs away

Travel
| Learn how to add TypeScript support to your existing JavaScript projects so you can use TypeScript modules alongside your existing JavaScript modules.