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.
Hello, my code works in VS code and in Browser.
But the question is there are only three values provided in each object and because of that the codewars returns error for other names that are not provided in the example.
Rust translate
Fixed and sample tests like
001-02-2016 00:00
and21-12-2013 02:224
should be added across all languagesRandom tests should generate cases of 3 or more trailing and leading digits above
Reference solution should be updated (if required) to accomodate tests above
python new test framework is required. updated in this fork
Scala translation
CoffeeScript translation
There is a lack of tests for strict types. For example:
Ruby:
JS:
Node 14. should be enabled
Parameters should be given in initial solution setup
The following part of the description is misleading
If the first character of either of the names given to the function is not a letter from A - Z, you should return "Your name must start with a letter from A - Z."
It implies that I should return the error message if either name does not start with a capital letter. However, the tests expect us to make our solution case insensitive. I'd suggest to rewrite it as follows:
"Your name must start with a letter from a - z A - Z."
or
"Your name must start with a letter"
Should have "Code Golf" in the title and tag.
JS: Node v12 should be used along with the appropriate assertion tools (Mocha + Chai)
Node 12 should be enabled (Refer this and this for more info)
A couple of named parameters for the function might actually lead to a tidier answers page, rather than the current DIY naming lottery
Surely the counterpart for FIRST_NAME is LAST_NAME
Loading more items...