DEV Community

Discussion on: Real world Javascript map/reduce, solving the Poker Hand problem

Collapse
 
gollyjer profile image
Jeremy Gollehon

Love this. Thanks! It's a really good problem to show off "modern" javascript.

Only piece of feedback... the nested ternary in byCountFirst is probably too terse.

Collapse
 
miketalbot profile image
Mike Talbot ⭐

Thanks! Yeah that's fair on the ternary. I'll adjust it.