The document introduces the JavaScript Stacktrace Project, a micro-library for getting function stack traces across web browsers. It works by calling arguments.callee.caller and arguments.callee.caller.arguments to get the calling function and passed parameters. It returns an array of function calls that can be joined into a string and shown as an error message. The project is open source and licensed to the public domain, with contributions from over 5 developers and 130+ watchers on GitHub. Future plans include adding IE9 support and instrumenting functions to always print stack traces.