oliverjash.me
Why use a Maybe type in JavaScript?
7
The Maybe type is a popular abstraction for defining values that may or may not exist. Why should you use it in JavaScript? Read full article