This is a general question and what i'm looking for here is a link to some resource.
Explanation:
I recently figured out how to run a mongo shell script (refer to this post: can't make basic mongo shell script with authentication) and in doing this i realized that the javascript methods available via the mongo shell are not the same as the ones i use in the browser. So my question is, where can i find a list of all available methods?
Please also note that i have already looked here: http://docs.mongodb.org/manual/reference/method/ While this is useful it is clearly not a complete list because it doesn't include the core javascript functionality such as for loops and methods like printjson().