Skip to content

Instantly share code, notes, and snippets.

@mathiasgheno
Created November 15, 2022 23:48
Show Gist options
  • Save mathiasgheno/903cdec69fee103989ac03e86b5472e3 to your computer and use it in GitHub Desktop.
Save mathiasgheno/903cdec69fee103989ac03e86b5472e3 to your computer and use it in GitHub Desktop.
function somar(a, b) {
return a + b;
}
somar(2, 2, 2);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment