最佳答案
I'm trying to log a function in javascript:
console.log(callback)
>>[Function]
I want to see what the function is. Can I do that? Thanks.