See the following code snippet below:
var element = document.getElementById('myDiv');
console.log('element: ', element);
console.log('has tagName property: ', element.hasOwnProperty('tagName'));
console.log('all properties: ', Objec...
asked by
06.07.2018 / 02:37