Skip to content

Instantly share code, notes, and snippets.

@sanketmeghani
Last active November 26, 2017 09:37
Show Gist options
  • Save sanketmeghani/d7e6e1d3a3c5e36e5acc5590649d5637 to your computer and use it in GitHub Desktop.
Save sanketmeghani/d7e6e1d3a3c5e36e5acc5590649d5637 to your computer and use it in GitHub Desktop.
Example to demonstrate .load command
const add = (a, b) => a + b;
const multiply = (a, b) => a * b;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment