From 818cd04d09fb0bad13b0f2f0b34b397b48137c39 Mon Sep 17 00:00:00 2001 From: patriciarealini Date: Wed, 23 Sep 2015 14:29:52 -0700 Subject: [PATCH] pseudocode for the functions. --- deck.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/deck.js b/deck.js index 8d30371..10d23ce 100644 --- a/deck.js +++ b/deck.js @@ -2322,9 +2322,12 @@ deck = { }; // MODULE 2: Functions +//create functions that prints the string stored in the deck object for the card that is dealt. -//create a function that prints the string stored in the deck object for the card that is dealt. - +//fetch the element class to get the name of the card. +//fetch the element class to get the position of the card. +//fetch the element class to get the orientation of the card. +//get & output the appropriate object based on the classes assigned to the element. // MODULE 3: Execution \ No newline at end of file