From 1c4f36c38b129e9aa8d1da1c6bf0f9f1132eb2c1 Mon Sep 17 00:00:00 2001 From: Kristyn Bryan Date: Wed, 25 May 2016 18:40:15 -0400 Subject: [PATCH] Update README_memory.md --- unit_01/w02d04/homework/README_memory.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit_01/w02d04/homework/README_memory.md b/unit_01/w02d04/homework/README_memory.md index a4c8ce9..6120638 100644 --- a/unit_01/w02d04/homework/README_memory.md +++ b/unit_01/w02d04/homework/README_memory.md @@ -50,7 +50,7 @@ The commit message should read:
- this function should set the text of the current clicked tile to the value stored in the data attribute - it should add a class of found to the tile - it should add a class of clicked to the tile - - if the number of clicked tiles is 2, then it should check for a match (hint: You might want to make an array to hold your `clicked` items. Check the length of the array of clicked items... if it's 2, you're good to go!). + - if the number of clicked tiles is 2, then it should check for a match (hint: You might want to make an array to hold your clicked tiles. Check the length of the array of clicked items... if it's 2, you're good to go!). **Commit 4**