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.
The task is to debug, not to refractor
I know that it is "static" properties, but i tried other variants and failed =)
In test: "when a name with white space around it from guest list is presented, entrance should be allowed"
Tests should not throw errors:
This comment is hidden because it contains spoiler information about the solution
Also, Try starting with some simpler tests.
Lists of 1 person to allow/deny for all the possible reasons before moving on to groups.
Having the firsts tests give you useful feedback about what the kata is suposed to return would be helpful.
Currently when running the tests from the setup:
Yup I also think so, others just framed a completely new solution.
P.S. - Mine was also close enough; I guess?
Here's an interesting read:
http://programmers.stackexchange.com/questions/278652/how-much-should-i-be-using-let-vs-const-in-es6
You are right, that would be much better.
Guess it depends if you want to just to do bug fixing or refactoring as well. But I agree it may be a bit extreme :)