A recursive solution to Uncle Bob's famous Bowling Game Kata in JavaScript. To learn more more about this kata, head on over to http://butunclebob.com/ArticleS.UncleBob.TheBowlingGameKata
This solution is heavily inspired by the ElixirConf 2017 talk "It's Better Unstated" where @tjstankus demonstrates his solution to the Bowling Game Kata in the Elixir programming language ❤️