From bcb6545b2616fb475a4e7c65d293c1dbf215b5a1 Mon Sep 17 00:00:00 2001 From: Marlon Umeadi Date: Fri, 19 Jan 2018 06:24:32 +0000 Subject: [PATCH] Done. --- index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.js b/index.js index bba2ba2..3e5bd02 100644 --- a/index.js +++ b/index.js @@ -1,10 +1,10 @@ // write your code below! -var name = "Joe" -var height = "74" +var name = "Marlo" +var height = 74 console.log("Name:") console.log(name) console.log("Height:") -console.log(height) +console.log(height+1)