Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
People were confused and making suggestions, which is allowed.
Also, my comment was from 3 years ago....
The contents of the column are irrelevant.
The "which events happened on" part clearly referred to the
created_at
field, so I'm not sure what you mean. Anyway, the description has been improved.producent isn't clear. Also, if you're going to the CompanyA warehouse, then, why does that need to be specified in the solution? Only companyA's products will be in that warehouse....
This comment is hidden because it contains spoiler information about the solution
Thank you.
Not a kata issue, your function should return those values, not print them.
This comment is hidden because it contains spoiler information about the solution
Yes, you're correct. I guess I need more coffee. :)
If you make the change you propose, your code will never return "Obese" and there will be a gap between bmi's.
Maybe someone else already mentioned this(?)
I think there's a typo in the instructions. If a bmi is greater than 30, one is considered obese.
So, this should be >= 30, rather than <= 30 in the instructions.
"if bmi <= 30.0 return "Overweight"
I feel like the description field could be described better. "Description" is the language--Ruby, SQL, Python, etc, not 'which items the events happened on', that's the "created at" field/day. Maybe it's just me (possibly), but, I had to read the instructions a few times. Or, maybe I need more coffee. :)