From b32072330a4ba9ecda3d708b1ff2e5ab98009df3 Mon Sep 17 00:00:00 2001 From: Chris M Date: Thu, 16 Jan 2020 18:48:08 -0800 Subject: [PATCH] Update Day3JSLE.rb MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # JSL Day 3 | Requirement | Comments |---|--- | Well formatted code | You are using variable names without meaning like `c` and `n` etc. You also have a lot of indentation issues. | Number guessing game | 👍 | Duck-duck-goose game | 👍 | Flower-picking-game | 👍 | Double-entry modification | 👍 ## Summary Your code works, and you hit the main learning goals here, but I would like you to focus on improving your code formatting. As is, it's pretty hard to read. --- Day3JSLE.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Day3JSLE.rb b/Day3JSLE.rb index 798cdd3..0687596 100644 --- a/Day3JSLE.rb +++ b/Day3JSLE.rb @@ -1,4 +1,4 @@ - +# Feedback #Student Hala Haddad #this document includes the solutions to day 3 jumpstart live exercieses