egghead
Search
Search
Log In
Search
Search
Safer JavaScript with the Maybe Type by Andy Van Slaars
Understand the Maybe Data Type
Create a Maybe with a `safe` Utility Function
Unwrap Values from a Maybe
Safely Access Object Properties with `prop`
Safely Access Nested Object Properties with `propPath`
Flatten Nested Maybes with `chain`
Recover from a Nothing with the `alt` method
Recover from a Nothing with the `coalesce` Method
Compose Functions for Reusability with the Maybe Type
Apply a function in a Maybe context to Maybe inputs
Make your own functions safer by lifting them into a Maybe context
Course Introduction: Safer JavaScript with the Maybe type
egghead
System