Skip to content

Conversation

@birbalds
Copy link

@birbalds birbalds commented Feb 9, 2017

Random Menu

Congratulations! You're submitting your assignment.

Comprehension Questions

Question Answer
Would a hash work just as well as an Array in this project? Why? No, due to the way key-value are stored it would be unnecessarily harder to number and grab data from a hash as opposed to an array in this example.
Did you find yourself repeating the same code? Why did you have to do it that way? No, I did not repeat code because I used a loop.
What type of loop did you use? Why did you choose that type? I used a simple loop, because I was working with arrays and had a specific number of loops I chose this loop.

Copy link

@droberts-sea droberts-sea left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Random Menu

What We're Looking For

Feature Feedback                                                                              
Baseline
Random Menu of 10 items displayed in the terminal. Yes
Generator pulls one random item from each array to create menu items. Yes
Readable code with consistent indentation. Yes

Good work overall!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants