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.
Yeah, I'm having the same issue when inputing 0
borkaogonyok: Use spoiler flag next time.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
80/1.8^2 != (80/1.82)^2
Your formula is not a valid formula for BMI. BMI for 80kg and 1.8m is ~24.7, which is in range of "Normal".
Just as stated in description, with empty string as input, result should be true.
Don't use chained methods when debugging your code, use simple loops, see why your code fails, and only then try to use them.
Not a suggestion. You need to return N-th power, not a square.
your function returns
undefined
, it should return a stringif you look at your error messages they probably tell you this
Read this paragraph of FAQ.
With what you provided, no.
You can try providing input that fails, expected output and your output, OR provide your code.
Sure... Maybe check for trailing whitespace.
I just told you your solution fails on empty string, not 0. Weird behaviour for isNaN, but hey that's JS :P
Also, you got to mark your posts with spoiler flag when posting code snippets.
Loading more items...