Skip to content

Instantly share code, notes, and snippets.

@backyta
Created June 28, 2023 21:07
Show Gist options
  • Save backyta/3226c321c22bbf26e2a52d823ba1383d to your computer and use it in GitHub Desktop.
Save backyta/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