From d5c6f127da4df91a78a0f574e0f693acddb6e0dd Mon Sep 17 00:00:00 2001 From: proactive-callee-1012 Date: Mon, 21 Dec 2020 05:11:42 +0000 Subject: [PATCH] Done. --- js/index.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/js/index.js b/js/index.js index bba2ba229..043ccb207 100644 --- a/js/index.js +++ b/js/index.js @@ -1,10 +1,11 @@ // write your code below! -var name = "Joe" -var height = "74" +var name = "Shae" +var height = 74; console.log("Name:") console.log(name) console.log("Height:") -console.log(height) +console.log(height + 1) +