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.
it is a bad practice indeed, and has been raised as an issue
Ehm, closing.
Not a kata issue. Your code is wrong. ( 270 Solves and you say the tests are wrong? Really? ) Also, format your code as code and mention the language. Help us help you!
Closing.
How can you get a 16-sided square when one side on the original rectangle is 14?
It sums up nicely but it is wrong:-( Please look again at the drawing.
Tip: as long as the string length > 0 then you will have at least one palindrome substring
Best Regards,
It's a function, it needs to return the result -- not console.log it.
The correct output for if you test this code with {a: 1, b: '2'} should be 'a = 1, b = 2', while your function produces "undefineda = 1, b = 2, ".
The you should initialize your string variable to get rid of undefined and try to figure out how to get rid of that dangling comma at the end.