Created
September 16, 2016 01:10
-
-
Save baltazarparra/47ecf44c134e28e440b504cf793ecc87 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
points: function points(x, y) { | |
var user = x; | |
var cpu = y; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment