else
{
callback(arugments[1],arugments[2]);
}
callbacktest(insertcall,params1,params2);
}
}
function insertcall(param1,param2){
//some fn here.
}
whats wrng in this ?
What are you even trying to do here?
Обсуждают сегодня