Accessing a variable that constantly changes part of its name, knowing only the unchanging part
I'm making a small autofilter script for a dating site.
To get the necessary information, i need to refer to the reactProps variable
, part of the name of which (after the $ sign) is constantly changing (I am attaching a photo).
Is there any way to refer to a variable by that part of its name that does not change?