From d2fa4c7aa1208557d2da2745a0319bf97a01bf7c Mon Sep 17 00:00:00 2001 From: Elisabeth Narine Date: Sat, 20 Jan 2018 13:03:17 +0000 Subject: [PATCH] Done. --- index.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.js b/index.js index bba2ba2..5b206d3 100644 --- a/index.js +++ b/index.js @@ -1,10 +1,10 @@ -// write your code below! + // write your code below! -var name = "Joe" -var height = "74" +var name = "Elisabeth" +var height = 74 console.log("Name:") console.log(name) console.log("Height:") -console.log(height) +console.log(height + 1)