From b3798a3920c6d7c7efdd49b484b108ef78561555 Mon Sep 17 00:00:00 2001 From: Michael Hinton Date: Wed, 17 Jan 2018 23:27:51 +0000 Subject: [PATCH] Done. --- index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.js b/index.js index bba2ba2..95dfd27 100644 --- a/index.js +++ b/index.js @@ -1,10 +1,10 @@ // write your code below! -var name = "Joe" -var height = "74" +var name = "Janet" +var height = 72 console.log("Name:") console.log(name) console.log("Height:") -console.log(height) +console.log(parseInt(height) + 1)