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.
i found this kinda funny, the title literally say "Lost Without a Map", but here you are using a "Map()" xDD
its still a good solution tho
These solutions showing me how I need to think differently and not overcomplicate things lol.
You don't need the 'else' statements. If your if statements have 'return' in their conditions (like this case) and there's only one statement that can be true (the person cannot have multiple ages so it doesn't pass through multiple if statements), you don't need the 'else' keyword. You can simply write 'if'.
i think so 👀
same here. One day...
it is returning a new array, you don't need to name it
But the system is saying that it should be another array, not the initial one.
Very strange.
This comment is hidden because it contains spoiler information about the solution
Hi! I have a question: Why does my function only work in the Codewars text editor if I write "string.Join" - string with a lowercase letter? However, in my Visual Studio, the function works when writing string with both uppercase and lowercase letters.
but this doesn't create a new Array, only replaces existing one?
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Best!
Loved this solution...
From the description:
Loading more items...