From 1103cd28506c1fc0a274d788e3565136dcd09ab2 Mon Sep 17 00:00:00 2001 From: Trucy Phan Date: Tue, 21 Aug 2012 13:11:19 -0400 Subject: [PATCH] potatoscript --- README.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fc84dc4..60948c0 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ The potato is a starchy, tuberous crop from the perennial Solanum tuberosum of t Source: [Wikipedia](http://en.wikipedia.org/wiki/Potatoes) -## h2 / Potato production and nutrition [lists and tables] +## h2 / Potato production and nutrition [lists, tables, horizontal rules] Potatoes @@ -18,6 +18,8 @@ Potatoes 3. Potatoes 4. ! +- - - + Potato, raw, with skin nutritional value per 100g * Carbohydrates 19g @@ -27,6 +29,8 @@ Potato, raw, with skin nutritional value per 100g * Protein 2g * Water 75g +*** + Top Potato Producers in 2009 | Million metric tons -----------------------------------------------------------|-------------------- People's Republic of China | 73 @@ -35,7 +39,16 @@ Russia | 31 Ukraine | 20 United States | 20 -### h3 / Coding potatoes +### h3 / PotatoScript [code] + + // make french fry objects + function fries(style,ingredients,serving) { + this.style = style; + this.ingredients = ingredients; + this.serving = serving; + } + + var side = new fries("shoestring","potatoes",2); #### h4 /