diff --git a/index.js b/index.js index bba2ba2..eb4a295 100644 --- a/index.js +++ b/index.js @@ -1,10 +1,10 @@ // write your code below! var name = "Joe" -var height = "74" +var height = 74 console.log("Name:") console.log(name) console.log("Height:") -console.log(height) +console.log(parseInt(height) + 1)