Implement `coalesce(a, b)` returning `a` when it is neither null nor undefined, otherwise `b`.
Run your code to see results.