Guest User

Untitled

a guest
Jan 20th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. export const sampleSize = curry((size, messages) => compose(
  2. // two paths of code
  3. // one to splice messages at the randomIndex
  4. // recursion with the spliced array
  5. randomIndex
  6. ))
Add Comment
Please, Sign In to add comment