Skip to content

PRO TIP Block youtube.com at the DNS level — Pi-hole, NextDNS or your hosts file — but allow youtube-nocookie.com and i.ytimg.com. These tutorials keep playing; the rabbit hole does not.

Learning without distractions

Functional Programming – 11: Either

7.5K views on YouTube

In this video we will look at “Either” type constructor which can represent a value using “Right” type constructor or an error using “Left” type constructor.

In this Video:
– Either
– Left
– Right
– Typescript “never” type