From f4baa265037d7d506f8315715122bb126ffb1a44 Mon Sep 17 00:00:00 2001 From: Jesse Zelaya Date: Mon, 29 Jun 2015 12:02:35 -0700 Subject: [PATCH] Finished Quiz --- quiz.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/quiz.js b/quiz.js index bf0d910..ea31ec7 100644 --- a/quiz.js +++ b/quiz.js @@ -4,5 +4,8 @@ /* your code start here */ -/* your code ends here */ +var quiz = "This is the git and gitHub lab"; + +console.log(quiz); +/* your code ends here */