Goal: To create a JavaScript function that calculates the probability that at least one player will end up with a dice roll lower than or equal to yours. Dice Scenario You roll a 54 on your first roll. Other players have gone before you and you can roll at most 2 times. Currently, your roll of 54 is the lowest and there are 2 players to roll after you. What is the probability, given your roll, the number of rolls allowed to each player, and the number of players left, that you won’t lose this round?...