I have a number of variables that record a "save" state in javascript that I would like to save and load on the users computer locally.
Basically its the entire content of a single .js file which I called "variables.js"
Is there an easy way to save all the data in the file and to load it just as easily?