When coding in Javascript it is strongly recommended that you use typing. Although the Javascript runtime can do duck-typing it's not recommended. So you should define `searchedVariables` to be an array of game objects.
↧