How can you select an element by its ID in JavaScript?
const element = _____("myID");
document.getElementById
document.querySelectorByID
document.find
document.getElementByID