Skip to content

Instantly share code, notes, and snippets.

@nick-dolan
Forked from diegogriep/rule-three.js
Created February 7, 2019 11:18
Show Gist options
  • Select an option

  • Save nick-dolan/974ab71d32e83b2ac9edd2a02a213542 to your computer and use it in GitHub Desktop.

Select an option

Save nick-dolan/974ab71d32e83b2ac9edd2a02a213542 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