Skip to content

Commit efd6c42

Browse files
authored
Update step2-1.js
1 parent 8e99b84 commit efd6c42

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Week3/homework/step2-1.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
'use strict';
22

33
function foo(func) {
4-
// What to do here?
5-
// Replace this comment and the next line with your code
6-
console.log(func);
4+
func();
75
}
86

97
function bar() {

0 commit comments

Comments
 (0)