Skip to content

Instantly share code, notes, and snippets.

@edinsoncs
Created April 26, 2016 19:43
Show Gist options
  • Select an option

  • Save edinsoncs/3a2ff68458fc962adca6aa1768980281 to your computer and use it in GitHub Desktop.

Select an option

Save edinsoncs/3a2ff68458fc962adca6aa1768980281 to your computer and use it in GitHub Desktop.
function readDoc(doc) {
var descovery = doc.doctype;
console.log('Document is: ' + ' <!DOCTYPE html>');
console.log(descovery);
console.log(descovery.name + ' IS NAME HTML');
}
readDoc(document);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment