Skip to content

Instantly share code, notes, and snippets.

@Sarghm
Created November 28, 2020 22:52
function addTogether(first, second) {
return first + second;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment