diff --git a/starter-code/basic-algorithms.js b/starter-code/basic-algorithms.js index 82f20d8ba..92aa57e7d 100644 --- a/starter-code/basic-algorithms.js +++ b/starter-code/basic-algorithms.js @@ -1,5 +1,6 @@ // Names and Input - +var hacker1 = "Ori"; +var hacker2 = "Yanely"; //Conditionals