I'm learning about map-reduce functionality of mongodb. My first tests doesn't work as I expected and I want to know how is it working.
Is there any way to write to mongodb console from javascript functions so I can inspect it?
I tried console.log("...")
but it doesn't work.
I will ask later about my tests if there isn't any way to do it.