My FeedDiscussionsHashnode Enterprise
New
Sign in
Log inSign up
Learn more about Hashnode Headless CMSHashnode Headless CMS
Collaborate seamlessly with Hashnode Headless CMS for Enterprise.
Upgrade ✨Learn more

How to get the variable' memory address in node.js?

Slim's photo
Slim
·Dec 28, 2018

I want to get the different memory's address of each variable in my code written in node.js. I know that the JavaScript engine compiler translate the code to machine code. Is there any way to get a trace of the memory's address of the variables declared in js code?