Skip to content

Commit 1e060b1

Browse files
committed
Translation id-ID question & answer 13
1 parent 2fa54da commit 1e060b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

id-ID/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ Kita tahu bahwa `this.firstName` setara dengan `"Sarah"` dan `this.lastName` sam
428428

429429
---
430430

431-
###### 13. What are the three phases of event propagation?
431+
###### 13. Apa tiga fase dari event propagation?
432432

433433
- A: Target > Capturing > Bubbling
434434
- B: Bubbling > Target > Capturing
@@ -440,7 +440,7 @@ Kita tahu bahwa `this.firstName` setara dengan `"Sarah"` dan `this.lastName` sam
440440

441441
#### Jawaban: D
442442

443-
During the **capturing** phase, the event goes through the ancestor elements down to the target element. It then reaches the **target** element, and **bubbling** begins.
443+
Selama fase **capturing**, event melewati elemen ancestor hingga ke elemen target. Kemudian mencapai element **target**, dan **bubbling** dimulai.
444444

445445
<img src="https://i.imgur.com/N18oRgd.png" width="200">
446446

0 commit comments

Comments
 (0)