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