From 1fdf5c4f83b21f40c61b4d32248e02ac57eb33dd Mon Sep 17 00:00:00 2001 From: abstract-actor-d77e Date: Sun, 21 Feb 2021 07:00:32 +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..fd3157191 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 = "Mo"; +var height = 74; console.log("Name:") console.log(name) console.log("Height:") -console.log(height) +console.log(height + 1)