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.
It's been three years, but your code is incorrect. You currently return false for any job/candidate match where the job does not require all of the candidate's skills, which is backwards. The candidate needs to satisfy all of the job's requirements, but not all of the candidate's skills need to be utilized. Your code has other issues as well. There is no bug with the kata, although assertion messages should be improved.
Hmmm - you'll need to use markdown to reformat that line of your question, otherwise people can't see what you are talking about.