0

I wish to better understand the use of stack and heap in JavaScript. Are there any tools that will let me see exactly what is on both the stack and heap at any given moment in my client-side javascript (or Node.js if need be)?

1 Answer 1

2

Chrome developers tools lets you inspect heap snapshots:

chrome dev tools profiler

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.