From 5c2ce122e9f2d2a41a9355497d67a8651f9faaa3 Mon Sep 17 00:00:00 2001 From: patriciarealini Date: Wed, 23 Sep 2015 14:28:51 -0700 Subject: [PATCH] assign class to element based on the position it is dealt to. --- issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/issues.md b/issues.md index ee87ed6..913bd82 100644 --- a/issues.md +++ b/issues.md @@ -2,6 +2,7 @@ These are the tasks I am setting out for myself on this project. This list will grow exponentially but it will also keep me on task & help keep this project moving forward. +- [ ] In deal.js, add a class for the position that the card is dealt to. - [x] Format the deck object. _September 23, 2015_ - [ ] Fill deck object with "readings". - [x] Write a function that has a 50/50 chance of dealing the card upside down & registering that orientation for the output of "readings". _Completed 09/12/2015_