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.
will unpublish it then
{ headset: 0, laptop: 999 }
And yes. Wiki, Kata Best Practices: Make Sure Content is New - "Is the concept behind this kata novel?"
That means that even if the problem is not an exact duplicate, it should bring something new and original to CodeWars. "Every new kata should ideally teach something different." Are you teaching anything different, really?
Which format would be suggested from you?
Are they so similiar that it is a reason to delete this kata?
BR
thank you
added this test case
If one of the strings in the Array has 14 alphabetic characters or more you get an error message like blah-blah-blah should equal [Array(3)], do you know the reason why?
BR
Please clarify what defines an edge case and can you name them.
Thanks in advance
thanks, I changed it.
It is OK now?
BR
Hi,
if I use chai and assert.strictEqual the test is red but the array is excact the output what it expects, can you help me please with this issue?
BR
Replaced it
Hi,
is it OK now?
BR
Flo, your char class will capture numbers. This is incorrect because numbers are valid chars for variable names. the exercise only specified "-" and "_".
RegExp are particularly difficult, so please pay attention when you use them