From 746076c0ab013db661cd33fd15617c053fad1309 Mon Sep 17 00:00:00 2001 From: Liam Simmons Date: Mon, 6 May 2024 09:29:35 -0400 Subject: [PATCH 1/3] Assign variables companyName, mostPrifitableNeighborhood, and companyCeo --- index.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index 0db694916..677c41440 100644 --- a/index.js +++ b/index.js @@ -1 +1,4 @@ -// Code your solution in this file! +const companyName = 'Scuber'; +let mostProfitableNeighborhood = 'Chelsea' +let companyCeo = 'Susan Smith' + From 582aa945f6f235b00a80c22fceeecb7ff8a4f880 Mon Sep 17 00:00:00 2001 From: Liam Simmons Date: Mon, 6 May 2024 09:31:17 -0400 Subject: [PATCH 2/3] Revert "Assign variables companyName, mostPrifitableNeighborhood, and companyCeo" This reverts commit 746076c0ab013db661cd33fd15617c053fad1309. --- index.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/index.js b/index.js index 677c41440..0db694916 100644 --- a/index.js +++ b/index.js @@ -1,4 +1 @@ -const companyName = 'Scuber'; -let mostProfitableNeighborhood = 'Chelsea' -let companyCeo = 'Susan Smith' - +// Code your solution in this file! From a410327ad5bceb29177f6fe0a6a1a5018fd5af80 Mon Sep 17 00:00:00 2001 From: Liam Simmons Date: Mon, 6 May 2024 09:32:14 -0400 Subject: [PATCH 3/3] Assign variables companyName, mostPrifitableNeighborhood, and companyCeo --- index.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index 0db694916..677c41440 100644 --- a/index.js +++ b/index.js @@ -1 +1,4 @@ -// Code your solution in this file! +const companyName = 'Scuber'; +let mostProfitableNeighborhood = 'Chelsea' +let companyCeo = 'Susan Smith' +