/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

mariusschulz.com
| | sitr.us
1.5 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
2.0 parsecs away

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

Travel
| | This post is part of the Languages Opinion series. Welcome back to my mini-series about programming languages. In this post, we will talk about what is probably the world's most used programming language: JavaScript. We will also discuss TypeScript, given its relevance and usage today.
| | www.igalia.com
26.7 parsecs away

Travel
| Igalia is the most experienced JavaScript Virtual Machine consultancy around, with upstream contributions to V8, JavaScriptCore, and SpiderMonkey.