From 274b248cced9f5a38ef2474a8ab421318106ff85 Mon Sep 17 00:00:00 2001 From: Schuyler Grisham Date: Thu, 15 Sep 2016 16:13:55 -0400 Subject: [PATCH 1/3] initial commit of code challenge --- data_types.php | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 data_types.php diff --git a/data_types.php b/data_types.php new file mode 100644 index 0000000..81939b9 --- /dev/null +++ b/data_types.php @@ -0,0 +1,43 @@ + + From c5e67cdaa761687afb643c2ac2b9416351f5187e Mon Sep 17 00:00:00 2001 From: Schuyler Grisham Date: Thu, 15 Sep 2016 16:25:20 -0400 Subject: [PATCH 2/3] second commit for challenge --- data_types.php | 31 +++++++++++++++++-------------- 1 file changed, 17 insertions(+), 14 deletions(-) diff --git a/data_types.php b/data_types.php index 81939b9..4208ca9 100644 --- a/data_types.php +++ b/data_types.php @@ -2,42 +2,45 @@ +?> From 631fe45dcae728bce80eec9be8a86bd9443505bb Mon Sep 17 00:00:00 2001 From: Schuyler Grisham Date: Thu, 15 Sep 2016 16:34:16 -0400 Subject: [PATCH 3/3] third attempt at code challenge --- data_types.php | 33 ++++++++++++++++++++++----------- 1 file changed, 22 insertions(+), 11 deletions(-) diff --git a/data_types.php b/data_types.php index 4208ca9..4706fa5 100644 --- a/data_types.php +++ b/data_types.php @@ -2,36 +2,47 @@