commit
837fbbae49
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ let arr = ["a", "b"];
|
||||||
|
|
||||||
arr.push(function() {
|
arr.push(function() {
|
||||||
alert( this );
|
alert( this );
|
||||||
})
|
});
|
||||||
|
|
||||||
arr[2](); // ?
|
arr[2](); // ?
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue