From 45451cb983b26512db81bf1d08e80d6e4404c1c6 Mon Sep 17 00:00:00 2001 From: Franklin Sahlhoff Date: Thu, 8 Apr 2021 04:46:46 +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..2dfd752d7 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 = "Franklin" +var height = 74; console.log("Name:") console.log(name) console.log("Height:") -console.log(height) +console.log(height + 1) \ No newline at end of file