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.
Nice kata!
Approved
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
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.
Why?
Let me check what was needed for the task to solve it: language syntax, understanding of functions, understanding of closures, mid level regex, understanding of objects, tdd -> All of this for 7 kyu kata.
Hi, this was a great Kata, though I think it is probably higher than a 7kyu on Python. Enjoyed doing it.
Thank you for creating/translating it.
Jason.
bad practice
JS: users can modify the input (object).
JS: Node v12 should be used enabled along with its appropiate assertion tools (Mocha + Chai).
JS: No sample tests
Loading more items...