Javascript – I am building a text-based game in react that I am converting from JS. How can I make the variables mutable?
This is initially a JS project from free code camp, but to put it on my portfolio website, I want to make it interactive. I have tried setting the variables to state and being passed down through props, but the…