You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: id-ID/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -428,7 +428,7 @@ Kita tahu bahwa `this.firstName` setara dengan `"Sarah"` dan `this.lastName` sam
428
428
429
429
---
430
430
431
-
###### 13. What are the three phases of event propagation?
431
+
###### 13. Apa tiga fase dari event propagation?
432
432
433
433
- A: Target > Capturing > Bubbling
434
434
- B: Bubbling > Target > Capturing
@@ -440,7 +440,7 @@ Kita tahu bahwa `this.firstName` setara dengan `"Sarah"` dan `this.lastName` sam
440
440
441
441
#### Jawaban: D
442
442
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.
0 commit comments