From 4989bd07eaa32033418daa214d5cdbd8de6e5a0a Mon Sep 17 00:00:00 2001 From: dkheiry <33404928+dkheiry@users.noreply.github.com> Date: Tue, 16 Oct 2018 01:33:10 -0500 Subject: [PATCH 1/2] Update assignment_1/table_manager.html --- assignment_1/table_manager.html | 88 ++++++++++++++++++++++++++++----- 1 file changed, 75 insertions(+), 13 deletions(-) diff --git a/assignment_1/table_manager.html b/assignment_1/table_manager.html index fb7660c..a8818e7 100644 --- a/assignment_1/table_manager.html +++ b/assignment_1/table_manager.html @@ -2,9 +2,9 @@
@@ -12,7 +12,7 @@ // Don't copy this to any other places in this file. You can just use the "organizations" variable to do your assignment. var organizations = [ - { + { "Region": "East Asia & Pacific", "Country": "New Zealand", "Country Income Level": "High income", @@ -192,25 +192,87 @@ "Type of Data Used": "", "profileID": "1687" } - + ]; - + - + - - \ No newline at end of file +