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.
Ruby: Missing sample and random tests.
JavaScript fork (author inactive)
chai
assertionsclass
andconst
, including in the initial codeLua translation!
"10 points plus the points received from the next two rolls" and "10 points plus the next roll" are misleading, because the bonus points don't "cascade"; if I get five strikes in a row (not in the last frame), the first three will each count for 30 points, and e.g. the first one will not count for 10 + 30 + 30 = 70.
Is it unsolvable?
python new test framework is required. updated in this fork
Hello everyone, I've just completed a Golang translation for this kata. I'm uncertain about the next steps after publishing the translation. Any suggestions or guidance on this matter would be greatly appreciated. Thank you!
This comment is hidden because it contains spoiler information about the solution
CoffeeScript properties should be camelCase not snake_case
JavaScript fork (Author long gone)
Tests should not print excessively to standard output.
CoffeeScript translation
I faced a lot of errors like "DocstringParsingError: Documented parameter "" not found in the parameter list of the function.". You should remove the "{ type }" in the comment section above each methods in order to be able to compile and deploy the contract.
This comment is hidden because it contains spoiler information about the solution
If I use a tag directly within the function (even when Ive used it properly) it says SyntaxError: Unexpected token <
at createScript (vm.js:80:10)
I tried to run one of the other successful solutions posted which also had the tag used and got the same response.
Any idea why?
Cannot complete kata - Error: Cannot find module 'web3'.
Also kata did not have any JS version
Loading more items...