Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save backytadev/3226c321c22bbf26e2a52d823ba1383d to your computer and use it in GitHub Desktop.
Save backytadev/3226c321c22bbf26e2a52d823ba1383d to your computer and use it in GitHub Desktop.
JS: Funcion sumar
const suma = (a,b) =>{
return a + b
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment