Skip to content

Instantly share code, notes, and snippets.

@RahmatSaeedi
Last active May 10, 2021 14:21
Show Gist options
  • Save RahmatSaeedi/a1517a094aeb0a0aefbef6d935b3cda1 to your computer and use it in GitHub Desktop.
Save RahmatSaeedi/a1517a094aeb0a0aefbef6d935b3cda1 to your computer and use it in GitHub Desktop.
CodeSignal - Arcade - Intro - JS - add
function add(param1, param2) {
return param1+param2;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment