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