Created
February 17, 2016 21:09
-
-
Save logentries-gists/0b48dd6a7b3dce34b687 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
let calc = { | |
operation: “sum”, | |
operator1: 23, | |
operator2: 41 | |
}, ops = [23, 41]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment