Skip to content

Commit a0f45f0

Browse files
shahmal1yevGasimGasimzadaorkhan-huseyn
committed
Improve explanation of strict mode error
Co-authored-by: Gasim Gasimzada <[email protected]> Co-authored-by: Orkhan Huseynli <[email protected]>
1 parent 761e757 commit a0f45f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/02-first-steps/04-variables/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ num = 5; // "num" dəyişəni olmadıqda dəyişən yaranacaq
218218
alert(num); // 5
219219
```
220220

221-
Bunun pis praktika olduğundan bu sizə strikt rejimində xəta verəcək:
221+
Bu pis bir praktika hesab olunur və sıx rejimdə xətaya səbəb olacaq:
222222

223223
```js
224224
"use strict";

0 commit comments

Comments
 (0)