javascript-challenges-book icon indicating copy to clipboard operation
javascript-challenges-book copied to clipboard

How does the bang work when placed in front of an improperly declared function? Such as the test()?

Open courtyenn opened this issue 9 years ago • 0 comments

in this function:

function test() { testValue = 3; }();

courtyenn avatar Nov 15 '14 23:11 courtyenn