evansnyamekye / Awesome-books-ES6

MIT License
4 stars 0 forks source link

Call function Inside DOMContentLoaded Event Listener #5

Closed Titus-Kiplagat closed 1 year ago

Titus-Kiplagat commented 1 year ago
Issue description;

It is recommended to call a pages.displayListPage function inside a DOMContentLoaded event listener to ensure that it executes after the DOM has fully loaded. This enhancement proposal aims to improve the reliability and maintainability of the code.

evansnyamekye commented 1 year ago

Hi @Titus-Kiplagat 👍

Changes recommended is well noted. I will modify the functionality by calling the pages.displayListPage inside the DomContent as suggested.

Thank you 😃.