Problog
This post cover the following topics:
arguments object
caller object
callee object
introduce a simple stack trace function for all browsers
When i wad first introduced to the arguments object and its caller property i thought about all the cool things i can do with it (yes i’m a geek).
What is arguments Object
The arguments object is accessible within the body [...]