Created
November 22, 2011 20:38
-
-
Save mitchellhislop/1386868 to your computer and use it in GitHub Desktop.
Klout's Algo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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