From bb8c6e2c126a21efb4942c9758fe656717c4952e Mon Sep 17 00:00:00 2001 From: Yuriy Ivanenko Date: Mon, 6 May 2024 09:15:20 -0400 Subject: [PATCH] Passed all tests --- index.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.js b/index.js index 0db694916..a124ad63b 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'; \ No newline at end of file