Is there a maximum amount of data a JavaScript application can store?
I guess this is handled by the browser and each one has its limitation?
If there isn\'t
AFAIK, there is no upper limit, your script can basically use memory until the system runs out of memory (including swap). No upper limit doesn't mean you have to eat it all, users may not like it.