Skip to content

Instantly share code, notes, and snippets.

@mitchellhislop
Created November 22, 2011 20:38
Show Gist options
  • Save mitchellhislop/1386868 to your computer and use it in GitHub Desktop.
Save mitchellhislop/1386868 to your computer and use it in GitHub Desktop.
Klout's Algo
function klout(){
var klout_score=Math.floor(Math.random()*101);
return klout_score;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment