Skip to content

Commit bfffb32

Browse files
authored
Update task.md
Add semi colon for being more clear.
1 parent 2cca9a9 commit bfffb32

File tree

1 file changed

+1
-1
lines changed
  • 1-js/05-data-types/04-array/3-call-array-this

1 file changed

+1
-1
lines changed

1-js/05-data-types/04-array/3-call-array-this/task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ let arr = ["a", "b"];
1111

1212
arr.push(function() {
1313
alert( this );
14-
})
14+
});
1515

1616
arr[2](); // ?
1717
```

0 commit comments

Comments
 (0)