Update task.md

Add semi colon for being more clear.
This commit is contained in:
Ryan Yu 2022-02-23 17:15:23 -08:00 committed by GitHub
parent 2cca9a9d09
commit bfffb32924
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() {
alert( this );
})
});
arr[2](); // ?
```