We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a1857f commit cb0e6d1Copy full SHA for cb0e6d1
JavaScript/b-call-apply.js
@@ -1,7 +1,5 @@
1
'use strict';
2
3
-// Immediately-invoked function expression
4
-
5
function f1(a, b) {
6
console.log('f1(' + a + ', ' + b + ')');
7
}
0 commit comments