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.
Needs test with template with multiple
{{name}}( or similar ). Some solutions might replace only one name.added
done
fixed
approved
Thanks for the neat kata!
Just a quick note: there’s a small typo in the test cases — “parram” should be “param.”
Also, the phrase “have to filled by two parram function pattern” could be clearer as “should be filled by a two‑param function pattern.”
Great concept overall!
So good, thanks!
Nice kata!
Approved
This comment is hidden because it contains spoiler information about the solution
Python & Javascript & Ruby:
Should test for non-existent tag names in the random tests as well
Should test for random tag names in the random tests instead of just
"{{name}}"and"{{stuff}}"/"{{thing}}"python new test framework is required. updated in this fork
Sorry, my bad. Thank you for your response.
No, your code is wrong, read the error message:
Your function is returning
'Albert Einstein likes {{interests}}'Wrong test for {{firstName}} {{lastName}} likes {{interests}} when do on JS, there is wrong binding between template value and obj keys. Instead of 'interests' you expect 'occupation', what is wrong.
Loading more items...