From 6f260cf704534ea4522aa77aba6a029761f9744c Mon Sep 17 00:00:00 2001 From: Owolabi Mukaila Date: Wed, 13 Dec 2017 10:51:29 +0000 Subject: [PATCH 1/3] Done. --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 0db6949..7f0c758 100644 --- a/index.js +++ b/index.js @@ -1 +1,2 @@ // Code your solution in this file! +let companyName = 'Scuber'; \ No newline at end of file From 9438521eb11e55a7d4b018de279dba5581c22fd9 Mon Sep 17 00:00:00 2001 From: Owolabi Mukaila Date: Wed, 13 Dec 2017 11:05:45 +0000 Subject: [PATCH 2/3] Done. --- index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index 7f0c758..c0d5db4 100644 --- a/index.js +++ b/index.js @@ -1,2 +1,3 @@ // Code your solution in this file! -let companyName = 'Scuber'; \ No newline at end of file +let companyName = 'Scuber'; +let mostProfitableNeighborhood = 'Chelsea'; From f830cd08d3f76cefc711c5eaa4bc9bbedb9bd5c7 Mon Sep 17 00:00:00 2001 From: Owolabi Mukaila Date: Wed, 13 Dec 2017 21:51:48 +0000 Subject: [PATCH 3/3] Done. --- index.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index c0d5db4..9b54e74 100644 --- a/index.js +++ b/index.js @@ -1,3 +1,5 @@ // Code your solution in this file! -let companyName = 'Scuber'; +//let companyName = 'Scuber'; +const companyName = 'Scuber'; let mostProfitableNeighborhood = 'Chelsea'; +var companyCeo = 'Susan Smith';