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.
my bad(
But description clearly says what to do when some value is out of 0-255 range.
.
There is no issue.
It has bugs, because of given sample
expect(rgb(255, 255, 255), equals('FFFFFF'));
expect(rgb(255, 255, 300), equals('FFFFFF'));
expect(rgb(0, 0, 0), equals('000000'));
expect(rgb(148, 0, 211), equals('9400D3'));
expect(rgb(148, -20, 211), equals('9400D3'));
expect(rgb(144, 195, 212), equals('90C3D4'));
expect(rgb(212, 53, 12), equals('D4350C')); using dart language
way too easy for 5kyu tbh
It's not clear what's being tested from such error message.
You're not supposed to create an instance of
Mario
when no argument is provided.do you think that i dont know markdown ?
how do you think i added screenshot to the comment ?
its not my problem that codewars cant default sreenshot size
What are you doing man? Seems like you hacked the site. There's no room left on the page. Please give a link rather than do that. Or better, learn to copy and format code cleanly: https://docs.codewars.com/references/markdown/#code-block
This comment is hidden because it contains spoiler information about the solution
The user's already solved the kata.
This comment is hidden because it contains spoiler information about the solution