From 7d4473298c4091500cce9826973540a14ae4c97b Mon Sep 17 00:00:00 2001 From: Anthony Phillips Date: Mon, 6 May 2024 09:42:37 -0400 Subject: [PATCH] complete lab with variables assigned --- index.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.js b/index.js index 0db694916..81d658420 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