🧠 Section A · Concept Check ● BEGINNER 4 × 1 = 4
🧮 Section B · Problem Solving ● INTERMEDIATE 2 + 3×3 = 11
5btn.addEventListener('', fn) for clicks.
6e. is the element that fired the event.
🚀 Section C · Challenge ● CHALLENGE 5
✂ answer key — fold or cut before handing out
1-B 2-B 3-B 4-A | 5 click 6 target 7 = btn.addEventListener('click', ()=>alert('Hi')) 8 = inp.addEventListener('input', e=>console.log(e.target.value)) 9 = To handle the form with JS instead of reloading the page | 10 = Event delegation on a parent, checking e.target