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.
Your code has 2 problem:
Good luck
It is hard to say, please post your source code in replay.
It is probably new-line character "\n". I have updated test, so they return more accurate message.
Sorry for this inconvenience.
I have improved the tests, now they indicate which character is wrong.
This comment is hidden because it contains spoiler information about the solution
To solve this task, it is enought to know some basic ES6 features and JS operators, but used in little strange way ;)
At first, think about how to use this symbols to generate number.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
I propose test cases:
??1=?
1??=?
It seems then the problem is in missing
require 'prime'
statement in test code.Hi, I get following error:
for all random test of ruby solution. What does it mean? Thanks