Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created September 30, 2019 00:06
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 parzibyte/a9144f84c08329dc67c1eaa15481e6a2 to your computer and use it in GitHub Desktop.
Save parzibyte/a9144f84c08329dc67c1eaa15481e6a2 to your computer and use it in GitHub Desktop.
const raicesCuadradas = numeros.map(regresarCuadrada);
console.log(raicesCuadradas);
/*
Salida:
[ 5, 10, 9 ]
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment