Explore >> Select a destination


You are here

flapenguin.me
| | sitr.us
2.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! ...
| | dmitripavlutin.com
2.8 parsecs away

Travel
| | Index signatures in TypeScript let's you annotate objects of unknown structure.
| | www.growingwiththeweb.com
2.4 parsecs away

Travel
| | An often overlooked part of writing high performance JavaScript apps is to consider how your code will be compiled and minified.
| | www.valentinog.com
34.7 parsecs away

Travel
| A mostly complete guide to webpack's capabilities, always to keep close at hand.