function makeClosures(arr, fn) { return  arr.map(num=>()=>fn(num) )}