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.
wow meron palang ganon
this code works but why ?!
is it logical to add 2 ?!
Bad practice according to Dart.dev.
https://api.dart.dev/stable/2.19.2/dart-core/String/split.html
This is really hard to read
Hello mate! you can check if a word is a palindrome by turning the word around with slices, and then comparing it to the original word, like this:
if string == string[::-1]
print('This word is a palindrome!')
You can use int.tryParse(String source, {int? radix}) to return null in case of FormatException.
Seems a nice idea to practice and learn how the language works :-D
He mades a different posible solutions. Then with the assert checks that all solutions are the same and ok.
Then returns a random solution that he made
an elegant solution. nice job.
This is very helpful, Thanks!
Thanks for including all of these options. Insightful.