Color-Flipper Using JavaScript Created a random background color changer using JavaScript, It generates random hex code that changes the background color of the web page Tools and Languauges VS code HTML CSS JavaScript Key concepts covered arrays document.getElementById() document.querySelector() addEventListener() document.body.style.backgroundColor Math.floor() Math.random() array.length