I was looking around and i found that a few people had issues with how to reset all their variables to a set value.
So when i googled this i found a lot of tips that was almost doing it, but with a lot of unnecessary steps, and very much not beginnerfriendly readability in their scripts.
So im going to put down a few ways i figured might be the easiest way of doing this. thats also very easy for a beginner to read at a later time.
we are using these variables, and want to change them all to the same value.
var a = 1;
var b = 4;
var c = 2;
var d = 6;