From 686902a027ed344cf0a530613a021fb70d6c1b49 Mon Sep 17 00:00:00 2001 From: patriciarealini Date: Sat, 12 Sep 2015 17:30:26 -0700 Subject: [PATCH] more detailed learning objectives --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 15bf908..7a4460f 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This site produces tarot card readings for the horseshoe spread to help you find ### Learning Goals -This is my first project. I picked this project with the intention of learning data structures & object oriented programming. Because the tarot deck has 78 cards that can be presented upside up or upside down (2 orientations) and the horsehoe spread involves 7 positions, I choose to house the 1092 reading combinations in a three layer nested object. In the future this project will be able to save your readings & help me to continue learning about node, AJAX requests & databases. +This is my first project. I picked this project with the intention of learning data structures & object oriented programming as well as implementing callback functions. Because the tarot deck has 78 cards that can be presented upside up or upside down (2 orientations) and the horsehoe spread involves 7 positions, I choose to house the 1092 reading combinations in a three layer nested object. In the future this project will be able to save your readings & help me to continue learning about node, AJAX requests & databases. ### Features To Build