Advertisement
Guest User

Untitled

a guest
Oct 18th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. const raicesCuadradas = numeros.map(regresarCuadrada);
  2. console.log(raicesCuadradas);
  3. /*
  4. Salida:
  5. [ 5, 10, 9 ]
  6. */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement