Which method is used to write content directly to an HTML document in JavaScript?
console.log()
document.write()
innerHTML()
append()