Skip to content

Instantly share code, notes, and snippets.

@diegogriep
Created March 24, 2017 18:52
Show Gist options
  • Save diegogriep/a8f8852b27a3196980a7bc94868335c5 to your computer and use it in GitHub Desktop.
Save diegogriep/a8f8852b27a3196980a7bc94868335c5 to your computer and use it in GitHub Desktop.
function ruleOfThree (had, got, have) {
return have * got / had;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment