The type read-only property of the HTMLOutputElement interface returns the string "output".
type
HTMLOutputElement
"output"
The string "output".
const output = document.querySelector("output"); console.log(output.type); // "output"
<output>