We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e99b84 commit efd6c42Copy full SHA for efd6c42
1 file changed
Week3/homework/step2-1.js
@@ -1,9 +1,7 @@
1
'use strict';
2
3
function foo(func) {
4
- // What to do here?
5
- // Replace this comment and the next line with your code
6
- console.log(func);
+ func();
7
}
8
9
function bar() {
0 commit comments