how to wait if a function is not ready code example
Example: wait for the dom to load javascript
document.addEventListener('DOMContentLoaded', (event) => {
//the event occurred
})
document.addEventListener('DOMContentLoaded', (event) => {
//the event occurred
})