From ff80e22857d54e52b4388153900ea1abd2d38d52 Mon Sep 17 00:00:00 2001 From: industrious-tutorial-1057 Date: Sun, 10 Jan 2021 02:21:10 +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..cd374d5df 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 = "Artem" +var height = 73 console.log("Name:") console.log(name) console.log("Height:") -console.log(height) +console.log(height + 1 )