We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3012f31 commit 7ca6bbfCopy full SHA for 7ca6bbf
1-js/05-data-types/04-array/3-call-array-this/task.md
@@ -11,7 +11,7 @@ let arr = ["a", "b"];
11
12
arr.push(function() {
13
alert( this );
14
-})
+});
15
16
arr[2](); // ?
17
```
0 commit comments