X-DX / color-filpper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

color-filpper

  1. learn how to create a random background color changer
  2. By manipulating the DOM, we have infinite possibilities. We can create applications that update the data of the page without needing a refresh. Also, you can create applications that are customizable by the user and then change the layout of the page without a refresh.
  3. Key concepts covered: arrays, document.getElementById(), document.querySelector(), addEventListener(), document.body.style.backgroundColor, Math.floor(), Math.random(), array.length.

About


Languages

Language:JavaScript 40.8%Language:HTML 39.4%Language:CSS 19.8%