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