Hey Semmy, Thanks for the awesome course! Looks like `count` variable needs to be corrected in the [09-poker-simulation/simulation.js](https://github.com/semmypurewal/BeginningJavaScript/blob/solutions/09-poker-simulation/simulation.js#L44) I believe it should be set to `100000` ``` var count = 200000; var freqs = frequencies(range(0, 100000).map(function (elt) { probabilities[key] = freqs[key]/count; ```