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.
Could you provide a little more information about your problem? Also double check that you are returning the result and not just printing it to console.
This is called a conditional operator. It's basically shortened syntax of an if-statement.
Here's a link to the devdocs explanation http://devdocs.io/javascript/operators/conditional_operator.
In this situation the expression "(member[0] >= 55 && member[1] > 7)" returns a boolean, depending on the value of the boolean the conditional will return 'Senior' if it's true, and 'Open' if it's false.
Hope that helped :)
Problem has been solved. Thanks.
I've made an adjustment to the problem stating >7 rather than >8. Thanks
That would be awesome if you could. Also I've edited the details to specify that a Senior handicap is >7 rather than the original >8. My bad.
Edited. Cheers.
Thanks for that Zozo. Just approved the kumit.