From e1f66a085bd32536aa92a765bb509f35fd89c5bb Mon Sep 17 00:00:00 2001 From: outstanding-terminal-3746 Date: Thu, 28 Jan 2021 01:50:08 +0000 Subject: [PATCH] Done. --- js/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/js/index.js b/js/index.js index bba2ba229..d1df5ee2d 100644 --- a/js/index.js +++ b/js/index.js @@ -1,10 +1,10 @@ // write your code below! -var name = "Joe" -var height = "74" +var name = "Matt" +var height = 74 console.log("Name:") console.log(name) console.log("Height:") -console.log(height) +console.log(height + 1)