I am looking for a way to do this in javascript.
const desired_name = Handle();
print(desired_name.type) //"desired_name";
does window / document / the global space have a array/stack/queue structure that can be parsed for the last variable name declared? - does that exist?