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.
same problem
It runs the test cases on your provided solution.
That was a typo its says returns 3 or returns 5...:-)
Which language are you trying it in?
you can use + before your returned value as +(result) that cast it to number, even you can use Number(result)
In doing the abbreviations kata which shortens words longer than 4 letters to first and last letter with a number for letters between, what standard is used? There is nothing in Wikipedia or other places describing the process. The requirements listed for the kata are insufficient to complete it. Unknown error is not feedback.
Hi,
I have a suggestion, if user starts following each other, we get a message saying particular user is following & follow back, it would be really good to have a chat feature so that we get to introduce each other?
Hi,
The description says it should always return s3, s5 etc but the test failur result saying should return 4 but returning s4!!!!??
ex:
Test Passed
Test Passed: Value == undefined
A Number is alaways a Number
A function that is always 4 will always return 4 - Expected: 4, instead got: s4
A function that is always 9 will always return 9 - Expected: 9, instead got: s9
A function that is always 67 will always return 67 - Expected: 67, instead got: s67
A function that is always 25 will always return 25 - Expected: 25, instead got: s25
Can it be resolved please?
Hi,
I just want to know how many honors will be awarded if user solves 5kyu & 6kyu katas?
As every time i solve kata/s i just get only one honor :(
I would like to know how the honor system works by solving katas please?
Hi,
Is there any explanation why the below error is occuring although my code is working fine in other interpreter & browser JS console:
Returned string - Expected: 1089.46, instead got: 1089.00
I understand it returned string value rather than actual number value; I would appreciate if it can be resolved;
Thanks for the clarification bkaes, that did help :)
88
is not a square number, its square root isn't an integral number.Hi,
For random numbers am getting errors, for rest of it, it's working fine, i believe there will be decimal point in the result of randomly picked numbers like 88 & its square root is 9.38083151965 but after multiplication getting clear 88, its calculation in calculator and other online interpreter, it is working fine, but getting errors here!
Could any one help me with what is happening? or is there any particular no. of decimal points are provided in the test cases, if so please update it in the description;
Hi,
Is there any other requirements for this kata like if it has to be a object literal notation or constructor type as am keep getting message like "expected 4 but got NaN", but my code is working correctly in other interpreter but not in codewars!!?
Hi Zozo,
Thank you for this info, The information re. the draft or beta process was very unclear for me, thus looking forward for the input on writing final test case/s, it will be fixed soon;
Loading more items...