How can you select all elements that have a specific class?
const elements = _____(".myClass");
document.querySelectorAll
document.queryByClass
document.getElementsByClassName
document.selectAll