1 follower
I am an amateur procrastinator who knows coding.
DOM: Document Object Model. It is a programming API for HTML and XML. It defines the document's logical structure and how it is accessed and...
What is bubbling ? lets suppose there is three boxes One, two ,three. Two is children of one and three is children of two and grandchildren of three...
What is difference between var,let and const; VAR It is a keyword for variable declaration in javascript. It is function scoped means if you declared...
There may be multiple ways but I will explain 4 here Let suppose parent container had a class name 'box' and child had a 'small-box' With Translate ...