maklad42 / number-plates

List of car number plates that I have spotted
0 stars 0 forks source link

Move event listeners from each square to the enclosing block or overall plates div #13

Open maklad42 opened 2 years ago

maklad42 commented 2 years ago

Better to use Event delegation and bubbling to reduce the number of event listeners and improve performance of the page.