Skip to content

Commit 837fbba

Browse files
authored
Merge pull request #2891 from QiyanYu/patch-1
Update task.md
2 parents cd4a72f + bfffb32 commit 837fbba

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)