The Password object represents a single-line password field in an HTML form.
The content of a password field will be masked (appear as blobs or asterisks) in a browser.
For each <input type="password"> tag in an HTML form, a Password object is created.
You can access a password field by searching through the elements[] array of the form, or by using document.getElementById().
W3C: W3C Standard.
The Password object also supports the standard properties, methods, and events.
Your Query was successfully sent!