Examining the call stack in JavaScript

Open your browser's developer tools (F12) then go to the "Sources" or "Debugger" tab. Refresh the page. In the right panel you can examine the call stack. Notice how it changes when you use the "Step into" option of the developer tools.

Via Web Tools Weekly