caspercba
07/19/2016, 3:46 PMT
object & another function called more
. Then function next
is called like next(t) {
request(1)
}
`instead of the classic next(t,{request(1)})
All this together confuses me. I guess i will get used to it.