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.
#Issue#
Description asking for teen range but tests are mistakenly passing ages 10,11,12. Either, or needs to be corrected. (Tested with JavaScript)
This is not a correct answer as it doesn't return false for ages 10,11 and 12. The question asks for teens and up.
This is not a correct answer as it doesn't return false for ages 10,11 and 12. The question asks for teens and up.
This is not a correct answer as it doesn't return false for ages 10,11 and 12. The question asks for teens and up.
This is not a correct answer as it doesn't return false for ages 10,11 and 12. The question asks for teens and up.
This is not a correct answer as it doesn't return false for ages 10,11 and 12. The question asks for teens and up.
This is not a correct answer as it doesn't return false for ages 10,11 and 12. The question asks for teens and up.
I didn't know we weren't supposed to use for...in with arrays. Just googled it and understood. Thank you.
This comment is hidden because it contains spoiler information about the solution