From 807588a07742e432346272ec31e204fa6093d326 Mon Sep 17 00:00:00 2001 From: Ori Bermudez Date: Sat, 28 Apr 2018 17:06:57 -0500 Subject: [PATCH] agregue hacker2 --- starter-code/basic-algorithms.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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