type = "grass"
grassStrong = ["water", "ground", "rock"];
console.log(this[type + "Strong"])
Is there a way to get something like this to work? i have multiple lists that are "type" strong, "type" weak and it would be much easier to use these lists if I can just concatenate the container in this way. I want to put 2 strings together to get a variable