Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 514 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 514 Bytes

Color Changer

This project is about creating a random background color changer by practicing basic DOM manipulation.

Live Demo: https://ebetulo.github.io/JSB-01-Color-Changer/

Pre-requisites:

  • Basic Knowledge of HTML & CSS
  • Basic Knowledge of Javascript & DOM Manipulation

Key concepts and functions to be used:

  • arrays
  • document.getElementById()
  • document.querySelector()
  • addEventListener()
  • document.body.style.backgroundColor
  • Math.floor()
  • Math.random()
  • array.length
  • DOM Traversing