From e0e73a572dca9f3592c1c8f76e99d7e0ff0c220a Mon Sep 17 00:00:00 2001 From: Jen Kelly Date: Mon, 5 May 2025 11:38:14 -0400 Subject: [PATCH] Complete Lab --- index.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/index.js b/index.js index 0db694916..1dcf42bf9 100644 --- a/index.js +++ b/index.js @@ -1 +1,6 @@ // Code your solution in this file! +const companyName = "Scuber"; + +let mostProfitableNeighborhood = "Chelsea"; + +let companyCeo = "Susan Smith";