Accessing a variable that constantly changes part of its name, knowing only the unchanging part
13:26 26 Mar 2024

I'm making a small autofilter script for a dating site.

To get the necessary information, i need to refer to the reactProps variable enter image description here, 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?

javascript