What is the purpose/ how does it work when declaring a function like:
myObj.request({myParam: null })[something](from, (error, res, body){
//code
})
What is the behavior of this code? I don't get the meaning of [something]
and the anonymous function that follows