- Notifications
You must be signed in to change notification settings - Fork61
Open
Description
Querying should be wrapped in event listeners such asdocument.addEventListener('DOMContentLoaded', ...)
or a Web Component.
👎🏻 Examples of bad code.
constel=document.querySelector('.my-element')
👍🏻 Example of good code.
document.addEventListener('DOMContentLoaded',function(){constel=document.querySelector('.my-element')})
Metadata
Metadata
Assignees
Labels
No labels