diff --git a/index.js b/index.js index 0db694916..42debf7e5 100644 --- a/index.js +++ b/index.js @@ -1 +1,10 @@ // Code your solution in this file! +let companyName = 'scuber'; +console.log(companyName); + +let mostProfitableNeighborhood = 'chelsea'; +console.log(mostProfitableNeighborhood); + + +const companyCeo='susan smith'; +console.log(companyCeo); \ No newline at end of file