1. 3
    Building a Word Matching Game by Composing Callbacks
    12m 5s

Building a Word Matching Game by Composing Callbacks

InstructorJohn Lindquist

Share this video with your friends

Send Tweet

It's common for a user to enter values that you want to check against your pre-defined values. Let's make a demo of a word game to demonstrate one approach to solving that use case.

Try consolidating map(hangmanLogic) even further into a stand-alone hangmanLogic operator so that there's no mapping, just the hangmanLogic operator