Skip to content

Instantly share code, notes, and snippets.

@sebasmanu14
Created July 13, 2020 01:32
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 sebasmanu14/9d2892f5312955069af8b1ceb4f6b2ad to your computer and use it in GitHub Desktop.
Save sebasmanu14/9d2892f5312955069af8b1ceb4f6b2ad to your computer and use it in GitHub Desktop.
esta funcion se suma a partir de la adicion de numeros
function functionWithArgs(a, b) {
console.log(a + b);
}
functionWithArgs(10, 5);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment