From 792d6762efab722fa3132e78fd89f2f8f4fadc53 Mon Sep 17 00:00:00 2001 From: Mike Date: Mon, 5 May 2025 11:17:54 -0400 Subject: [PATCH] Add three new variables --- index.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/index.js b/index.js index 0db694916..5baa23439 100644 --- a/index.js +++ b/index.js @@ -1 +1,7 @@ // Code your solution in this file! + +const companyName = 'Scuber'; + +let mostProfitableNeighborhood = 'Chelsea'; + +let companyCeo = 'Susan Smith'; \ No newline at end of file