Skip to content

Instantly share code, notes, and snippets.

@udittyagi
Created August 22, 2019 17:33
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 udittyagi/e4b49683361c49fbff2fb3c5e62f93e7 to your computer and use it in GitHub Desktop.
Save udittyagi/e4b49683361c49fbff2fb3c5e62f93e7 to your computer and use it in GitHub Desktop.
const sum = (a, b) => {
return a + b;
};
const result = sum(2, 3)
console.log(result)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment