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){