I've wrote a programm for the console of my browser.
If it's done it returns a result, that I want to save in some way. Afterwards I need to progress some steps in browser manually (the programm isn't running anymore). And the programm runs again and again return a result.
Is there some way to store the combined result?
At the end I always want to return something like:
return storedResults + currentResult;