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
...
Let's use Option monad in a function in this coding challenge.
Problem statement
Write a function called safeDivide
...