Merge pull request #2891 from QiyanYu/patch-1

Update task.md
This commit is contained in:
Ilya Kantor 2022-04-14 09:20:41 +03:00 committed by GitHub
commit 837fbbae49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ let arr = ["a", "b"];
arr.push(function() { arr.push(function() {
alert( this ); alert( this );
}) });
arr[2](); // ? arr[2](); // ?
``` ```