From c65ec10cff27802a4b8f2dbad3b1d7d331f36afe Mon Sep 17 00:00:00 2001 From: Charlotte Payne Date: Sat, 20 Jan 2018 21:54:24 +0000 Subject: [PATCH] Done. --- index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.js b/index.js index bba2ba2..8f453c7 100644 --- a/index.js +++ b/index.js @@ -1,10 +1,10 @@ // write your code below! -var name = "Joe" -var height = "74" +var name = "Charlotte" +var height = 74 console.log("Name:") console.log(name) console.log("Height:") -console.log(height) +console.log(height+1)