Skip to content

Commit cb0e6d1

Browse files
committed
delete 'Immediately-invoked function expression' from call-apply file
1 parent 2a1857f commit cb0e6d1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

JavaScript/b-call-apply.js

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
'use strict';
22

3-
// Immediately-invoked function expression
4-
53
function f1(a, b) {
64
console.log('f1(' + a + ', ' + b + ')');
75
}

0 commit comments

Comments
 (0)