This commit is contained in:
Andrea Bianchi
2026-04-06 09:27:33 +09:00
parent 9054d5c511
commit 414ba22ba1

View File

@@ -45,7 +45,8 @@ const bylast = /* ... PLACEHOLDER ... */ undefined;
const byage = /* ... PLACEHOLDER ... */ undefined;
byname(people);
buttonName.addEventListener('click', () => undefined);
buttonLast.addEventListener('click', () => undefined);
buttonAge.addEventListener('click', () => undefined);
render(['a', 'b', 'c']);