2 questions re: local variables
First, how do I access the local variables in javascript? I tried accessing it by the name, and it didn't work.
Second, will the value of the local variables be saved across sessions when you're testing the app? (via the Test button on the IDE?) Or do I need to publish it for this to work?
Thanks.