DOM, BOM and Window Object in JavaScript

 window.console.log(window);

console.log(document.body)
document.body.style.background = "yellow";

Comments

Popular posts from this blog

Generators tutorial in Advance JavaScript

Document Object Module DOM querySelector and querySelectorAll tutorial in JavaScript

Find Even and Odd Numbers with Loops tutorial in JavaScript