console.log('huynya'); console.log(4+9); let switchBackground = 0; // 16777215 // while (true) { // document.querySelector('.main-wrapper').style.backgroundColor='#'+switchBackground.toString(16); // switchBackground+=100; // console.log(switchBackground) // if (switchBackground >=16777215) { switchBackground = 0 } // console.log(document.querySelector('.main-wrapper').style.backgroundColor) // setTimeout( // () => { // console.log(document.querySelector('.main-wrapper').style.backgroundColor) // }, // 3000 // ); // }