The placeholder property of the HTMLInputElement interface represents a hint to the user of what can be entered in the control. It reflects the <input> element's placeholder attribute.
A string.
const inputElement = document.getElementById("phone");
console.log(input.placeholder);<input>HTMLInputElement.value::placeholder pseudo-element:placeholder-shown pseudo-class