Answer the question
In order to leave comments, you need to log in
How to track code in RAM memory?
Hello. A little strange question. For example, I created an interval
const intervalID = setInterval(() => console.log('Hi from console.'))
. Is it possible to somehow track that the intervalID exists and that it disappeared with the transition to another page and that it no longer exists for sure?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question