Is there a difference if I save values/stats in an Array or a Global variable.
I find it convenient that I can save multiple values in an Array and save that one Array in Webstorage, over having to save multiple Global variables in Webstorage.
So is there any benefit of one over the other?