Skip to content

Instantly share code, notes, and snippets.

@omas-public
Last active November 29, 2022 12:34
Show Gist options
  • Save omas-public/1e5cee75d447cb59756386a3724a2fa7 to your computer and use it in GitHub Desktop.
Save omas-public/1e5cee75d447cb59756386a3724a2fa7 to your computer and use it in GitHub Desktop.
const fun = array => n => array.map(v => v * n)
const array = [1, 2, 3]
console.log(JSON.stringify(array.map(v => fun(array)(v))))
10 10
85 -46 93 44 -40 -75 -75 -18 -54 95
1 95 -92 -90 32 -25 36 55 22 86
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment