Immediately invoked function expression: Difference between revisions

Content deleted Content added
m Rollback edit(s) by 5.112.78.180 (talk): not clear what's intended (RW 16.1)
The expression "getValue" is a function that returns 1. "getValue()" returns 1.
Line 85:
v = 2;
 
getValue(); // 1
</syntaxhighlight>