???
08-11-2007, 12:43 AM
Why doesn't:
function () {alert("Test");} ();
work?
Are you supposed to put a name
function !!!HERE!!! () {alert("Test");} ();
?
As if you were doing:
function test (stringie) {alert (stringie);}
?
I'm just wondering because sometimes if I want to localize variables I try and use that.
function () {alert("Test");} ();
work?
Are you supposed to put a name
function !!!HERE!!! () {alert("Test");} ();
?
As if you were doing:
function test (stringie) {alert (stringie);}
?
I'm just wondering because sometimes if I want to localize variables I try and use that.