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.
I try with this example mb 15 min. I used , and cant understand why is not working...
Lua translation !
Hello 👋
There is noting worng in this code here is solution.
string 'Hello boss' is returned as is with the lowercase 'b', which should match the expected output now.
Kata retired.
I Agree With you lol
Можно мне на собес такую задачку плиз
Understood what the assignment was.
Can someone please explain what we're supposed to do? (english is not my first language) or atleast point me in the right direction?
JS
Fixed the tests to check for approximate equality instead.
Your solution now works consistently.
This comment is hidden because it contains spoiler information about the solution
The verb variable already includes a space at the end, that's why it's confusing.
I managed to complete this successfully.
But I’m still a little confused.
Is the verb and noun variable suppose to be join together as one or with a space between the two variables. Eg: “test it” or “testit”
Because for me to get it to work the variables had to be joined together.
But the sample test show them separated with a space between them as following;
assert.isFunction(main)
assert.strictEqual(main('take ', 'item'), 'take item')
assert.strictEqual(main('use ', 'sword'), 'use sword')
Or am I just reading this wrong.
Thanks
hah its simply just look at the test and do precisley same
you need to add one more example, it's unclear what's the expecation here.
Approved.
Loading more items...