I'm trying to pass an object out of a function. Here's my code:
<script type="text/javascript"> // finds the head element; creates a script with passed url; appends it to the head function loadJSON(url) { ...
I have a global JSON variable where I store some parameters and then each time I run the function I want to be able to modify them but just locally inside ...