From 44d795caefcfb830fa3c48a8e71d3b9b981bdd47 Mon Sep 17 00:00:00 2001 From: Chukwuemelie Oguchi Date: Thu, 25 Jan 2018 09:04:59 +0000 Subject: [PATCH] Done. --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index bba2ba2..a904b14 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(height+1)