Which of these will print to the terminal where commands are entered?

(1 point)
document.getElementById()
console.log()
document.write()
window.alert()

console.log()