Explore >> Select a destination


You are here

mariusschulz.com
| | blog.logrocket.com
9.1 parsecs away

Travel
| | Explore what TypeScript types are, with a deep dive into the `never` and `unknown` types and a comparison between them and the `any` type.
| | sitr.us
6.6 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! ...
| | andreasimonecosta.dev
8.5 parsecs away

Travel
| | Let's try to clarify, once and for all, the true essence of type parameters.
| | www.breakingbyte.com
77.1 parsecs away

Travel
| People asked me a few times what kind of technology was behind Exp3D, which programming language I used and how I could come up with a Javascript ...