Initial commit
This commit is contained in:
6
Eventy/app.js
Normal file
6
Eventy/app.js
Normal file
@@ -0,0 +1,6 @@
|
||||
document.getElementById("parent").addEventListener("click", () => {
|
||||
console.log("Rodzic kliknięty");
|
||||
});
|
||||
document.getElementById("child").addEventListener("click", () => {
|
||||
console.log("Dziecko kliknięte");
|
||||
});
|
||||
Reference in New Issue
Block a user