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