diff --git a/analyzer-comments/elm/role-playing-game/use_withDefault.md b/analyzer-comments/elm/role-playing-game/use_withDefault.md new file mode 100644 index 000000000..29c231116 --- /dev/null +++ b/analyzer-comments/elm/role-playing-game/use_withDefault.md @@ -0,0 +1,3 @@ +# use withDefault + +Pattern matching is a valid way to solve the exercise, but for the sake of learning about the `Maybe` module, try writing `introduce` using `Maybe.withDefault`.