|
You are here |
ostash.dev | ||
| | | | |
mariusschulz.com
|
|
| | | | | TypeScript 3.4 added a bit of syntactic sugar to the language that makes it easier to work with read-only array and tuple types. | |
| | | | |
codewithstyle.info
|
|
| | | | | In previous posts we've discussed how to deal with arrays in a functional way. We've learned about an important concept in Functional Programming: hig | |
| | | | |
sitr.us
|
|
| | | | | 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! ... | |
| | | | |
www.kimmoorepoet.co.uk
|
|
| | | Tickets available now for a week of late night writing hours - running from 9pm-10pm | ||