Conversation
corneliusellen
left a comment
There was a problem hiding this comment.
Hey Antonio, I did not see the mod 0 hero portion completed as part of the final_prep section. Can you please complete this ASAP and DM when completed?
|
|
||
| # Build a Bear | ||
|
|
||
| # Create method (function) to build a bear with 5 arguments |
There was a problem hiding this comment.
These are called parameters, not arguments, when you define them in the method. Arguments and parameters are 2 sides of the same coin, so to speak.
|
|
||
| if danger_level > 50 | ||
| puts bad_excuse | ||
| elsif danger_level > 10 |
There was a problem hiding this comment.
What if danger_level == 10? "Meh. Hard pass" should only be printed if the danger_level is below 10.
corneliusellen
left a comment
There was a problem hiding this comment.
I just had a chance to go over the rest of your prework and you are officially turing ready! I added some comments to a few sections for areas to work on or adjustments to make before starting Mod 1. Keep up the hard work moving forward and let me know if you have any questions.
|
Sounds great. Thanks again, can't wait! |
Here is my finished M1 Prework!