Skip to content

Instantly share code, notes, and snippets.

@jmhungdev
Last active June 22, 2023 19:37
Show Gist options
  • Save jmhungdev/6a09183f93812fb88064ee58f804df4e to your computer and use it in GitHub Desktop.
Save jmhungdev/6a09183f93812fb88064ee58f804df4e to your computer and use it in GitHub Desktop.
a simple addition function
function add(x,y){
return x+y;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment