From 49b85588419ecee9d6874db830a962dbebee0408 Mon Sep 17 00:00:00 2001 From: matt vile Date: Mon, 10 May 2021 12:49:50 +0100 Subject: [PATCH] git test two --- 01_Day_Introduction/01_day_starter/datatypes.js | 1 + 1 file changed, 1 insertion(+) diff --git a/01_Day_Introduction/01_day_starter/datatypes.js b/01_Day_Introduction/01_day_starter/datatypes.js index 577754b..b6b63a1 100644 --- a/01_Day_Introduction/01_day_starter/datatypes.js +++ b/01_Day_Introduction/01_day_starter/datatypes.js @@ -15,3 +15,4 @@ function logType(variable){console.log(typeof variable)} console.log(`${firstName} is ${myAge} years old`) console.log(`${yourName} is ${yourAge} years old, what an oldie!`) console.log("git test") +console.log("git test two")