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);