From 5fedde7d42c3901551134b2c36c50f3366bca104 Mon Sep 17 00:00:00 2001 From: Derrek Gass Date: Fri, 9 Oct 2020 10:59:30 -0700 Subject: [PATCH] day 2 beginning --- solutions/day-01/exercise1.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/solutions/day-01/exercise1.js b/solutions/day-01/exercise1.js index fdf3106..63fb5ba 100644 --- a/solutions/day-01/exercise1.js +++ b/solutions/day-01/exercise1.js @@ -27,4 +27,6 @@ console.log(emptyArr) const moreThan5 = Array(6) console.log(moreThan5) -console.log(moreThan5.length) \ No newline at end of file +console.log(moreThan5.length) + +// day-02 \ No newline at end of file