We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df6cbef commit 37a63c3Copy full SHA for 37a63c3
1-js/02-first-steps/02-structure/article.md
@@ -10,7 +10,7 @@ Kita sudah melihat satu statement, `alert('Hello, world!')`, yang menampilkan pe
10
11
Kita bisa memiliki sebanyak apapun statement dalam kode kita. Statement bisa dipisah menggunakan semicolon.
12
13
-Contohnya, di sini kita memecah "Hello World" menjadi dua alert:
+Misalnya, di sini kita memecah "Hello World" menjadi dua alert:
14
15
```js run no-beautify
16
alert('Hello'); alert('World');
0 commit comments