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.
Great! For optimization: it will be better if you use a variable for
text.toLowerCase()
Wow! Very clever! Check only one bit
Well done!
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
awesome! simple and usable
it's a pretty simple regexp. I think, I would use something like that in real code.
Для сравнения - твое решение явно хуже:
https://www.codewars.com/kata/reviews/587c30ee0c897c441d0002b7/groups/5f047afd8ade7e0001f9988a
Твое решение оформленно аккуратно, но не является оптимальным.
Не стоит так критично относиться к чужим решениям, если сам ничего лучше предложить не можешь (я про твой комментарий к https://www.codewars.com/kata/reviews/587c30ee0c897c441d0002b7/groups/5a5c162adffc9ebc12001ae3)
сам себя не похвалишь - никто не похвалит?
Можно было не использовать тут else, а просто ставить следующий if, т.к. внутри блока оператора ветвления все равно используется return.
В целом решение отличное!
Почему?
Hi! It can be useful for you:
https://medium.com/@nikjohn/cast-to-number-in-javascript-using-the-unary-operator-f4ca67c792ce
I think, it's not a good practice to change JS String API (in this case - String#sort). But anyway, it's a solution of the task.