From 31bbbdc2cd94dcbee72510ae526e7c9c23d39ff9 Mon Sep 17 00:00:00 2001 From: Prasanna Date: Sun, 2 Aug 2020 18:49:36 -0400 Subject: [PATCH] Response to Week-02-javascript --- index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.html b/index.html index 0507031..80d3b00 100644 --- a/index.html +++ b/index.html @@ -9,6 +9,8 @@ let dogsName = 'Hatrick'; const isWeek02 = true; const isWeek01 = false; + const isBootCampComplete = 0; + const isBootCampAwesome = 1; let dogsAge = '11'; let dogsAgeAsNumber = parseInt(dogsAge);