Post #585 1.27K Jun 18, 2018, 08:46 UTC https://oliverjash.me/2017/04/10/why-use-a-maybe-type-in-javascriptTags: #programming #javascript oliverjash.me Why use a Maybe type in JavaScript? – Oliver Joseph Ash The Maybe type is a popular abstraction for defining values that may or may not exist. Why should you use it in JavaScript?