How would you set background color of an entire website using javascript code example
Example: set background color dynamically javascript
document.body.style.backgroundColor="white"
document.body.style.backgroundColor="white"