Which of the following method of document object is used to get a value from HTML Element through ID: code example
Example: Finding HTML Element by Id
var myElement = document.getElementById("intro");
var myElement = document.getElementById("intro");