Skip to content

Instantly share code, notes, and snippets.

@bluejava
Last active June 27, 2019 01:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bluejava/85df3e868cff2ef3bc399aada52061d6 to your computer and use it in GitHub Desktop.
Save bluejava/85df3e868cff2ef3bc399aada52061d6 to your computer and use it in GitHub Desktop.
Example 1 for Medium post
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