Skip to content

Commit 1455c3e

Browse files
committed
fix(i18n): 1.02.03
1 parent 066ab42 commit 1455c3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/02-first-steps/03-strict-mode/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Inilah yang terjadi hingga tahun 2009 ketika ECMAScript 5 (ES5) muncul. Fitur ba
1010

1111
Directive tersebut mirip string: `"use strict"` atau `'use strict'`. Jika itu diletakkan paling atas dari script, seluruh script akan bekerja secara "modern".
1212

13-
Contohnya:
13+
Misalnya:
1414

1515
```js
1616
"use strict";

0 commit comments

Comments
 (0)