DEV Community

Discussion on: Daily Challenge #205 - Consonant String Value

Collapse
 
not_jffrydsr profile image
@nobody

I've always appreciated Scala solutions for their mixed-notation to function-call chaining, it's truly bizarre. 😲

...(str map ([expr]) // prefix-notation chaining...
...[expr]).sum // object-notation chaining...