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.
this var t ;_;
regex is typing...
table is given as
NATO
Good use of short-circuit evaluation, helped me clean my code up.
Great solution, however the table definition is not needed. NATO has been defined as a dictionary for us with letter to word mappings ready to use.
Well
replace
would reduce the number of characters before thesplit
, resulting in a shorter array forfilter
to spin through. Since each array element is a string, then fewerString
objects are created.