vdk2ch/script/js.js
2022-10-14 00:25:42 +10:00

19 lines
591 B
JavaScript

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
// );
// }