Update article.md
This commit is contained in:
parent
3a959837f8
commit
ad8ab1d55f
1 changed files with 2 additions and 2 deletions
|
@ -219,9 +219,9 @@ num = 5; // the variable "num" is created if didn't exist
|
||||||
alert(num); // 5
|
alert(num); // 5
|
||||||
```
|
```
|
||||||
|
|
||||||
That's a bad practice, it gives an error in the strict mode:
|
That's a bad practice, it would give an error in the strict mode:
|
||||||
|
|
||||||
```js run refresh untrusted
|
```js
|
||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
*!*
|
*!*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue