Last active
June 27, 2019 01:21
-
-
Save bluejava/85df3e868cff2ef3bc399aada52061d6 to your computer and use it in GitHub Desktop.
Example 1 for Medium post
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
Zousan.evaluate( | |
{ name: "username", value: "glenn" }, | |
{ name: "score", value: 45 } | |
).then(function(ob) { | |
console.log("Hello " + ob.username + ". Your score is " + ob.score) | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment