From bf2eac4f0098bd3ed4cd596edee49c1d35d556d2 Mon Sep 17 00:00:00 2001 From: Roopesh Vishwakarma Date: Sat, 17 Feb 2024 02:19:45 +0530 Subject: [PATCH] Update 100_JS_Que In line 480 , there is writing mistake "Even => Event" --- 100Questions/100_JS_Que | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/100Questions/100_JS_Que b/100Questions/100_JS_Que index a5fa33a..76f9e9a 100644 --- a/100Questions/100_JS_Que +++ b/100Questions/100_JS_Que @@ -477,7 +477,7 @@ baz(); -//Explaination : button, second div, first div. Even bubbling happened here. +//Explaination : button, second div, first div. Event bubbling happened here. --------------------------------------------------------------------------- const person = {name:'priya'}; function sayHi(age){