Coding Challenge: Using Option in Function
Let's use Option monad in a function in this coding challenge.
We'll cover the following...
Problem statement
Write a function called safeDivide
that takes ...
Let's use Option monad in a function in this coding challenge.
Write a function called safeDivide
that takes ...