JavaScript
Recursion
Follow a function into deeper calls, then watch each return value travel back through the stack.
staying / EXECUTABLE PROGRAM VISUALIZATION
Enter JavaScript, Python, or C/C++, then step through the active line, variable values, and changing data structures.
JavaScript
Follow a function into deeper calls, then watch each return value travel back through the stack.