diff --git a/solutions/day-01/variable.js b/solutions/day-01/variable.js index 0129e1e..b2481d3 100644 --- a/solutions/day-01/variable.js +++ b/solutions/day-01/variable.js @@ -13,7 +13,4 @@ let myAge = 17 let yourAge = 30 console.log("I am " + myAge + " years old.") -console.log("You are " + yourAge + " years old.") - -let js = "JavaScript" -console.log(js.length) \ No newline at end of file +console.log("You are " + yourAge + " years old.") \ No newline at end of file