You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For N Todo there are atleast 5N event handlers. There is an obvious performance gain, if we use event delegation and handle all the events on TodoList rather than Todo
The text was updated successfully, but these errors were encountered:
For N Todo there are atleast 5N event handlers. There is an obvious performance gain, if we use event delegation and handle all the events on TodoList rather than Todo
The text was updated successfully, but these errors were encountered: