A Pen by dimapaloskin on CodePen.
Created
October 2, 2015 09:42
-
-
Save dimapaloskin/7bd6122b2da47feb8dc4 to your computer and use it in GitHub Desktop.
PPpNJo
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
function sum(a, b) { | |
return a + b; | |
} | |
var data = sum(1, 2); | |
console.log(data); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment