We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cd4a72f + bfffb32 commit 837fbbaCopy full SHA for 837fbba
1 file changed
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