My variable is called cat_pressed
I also have a function to change the value of this data:
changeCat(){
this.cat_pressed === 'brauh'
}
However, whenever I call the function, the value does not change and I can't figure out why. I've attempted multiple solutions but none seem to work for me.