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.
Added
Your solution should work now.
@constablebrew could you paste in your erroring solution?
Okay,
eval
andnew Function
now throw errors. This should get rid of the "lazy" cheating cases, but still leave room for other solutions and creative cheating.eval
andnew Function
have been disabled.Yes I wasn't necessarily trying to force people to do bitwise calculations. I assumed the array concat solution would show up at some point. I just wanted to avoid the case where you were calling a seperate function. In fact your other solutions are rather clever and I'm not sure I'd want to discourage them either.
You are a sneaky individual. I'll think about some revisions.
Clever, but this certainly isn't in the spirit of the kata. I guess I'll need to add a test case checking function calls within the add function.