JSFiddle - React, Tailwind, and code Playground

by Josh Pullen

JavaScript

function probability(correct, total, accuracy) {
  // How likely is it that you got correct/total if you had `accuracy`?
  
  // Likelihood of *exactly* correct/total
  
}