Skip to content

Commit

Permalink
removed unwanted details from index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaileshParmar11 committed Sep 26, 2020
1 parent 0dc4157 commit 9a37154
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
const bgcolor = ["red", "green", "blue"];

const button = document.getElementById("btn");

const changeBgColor = () => {};

button.addEventListener("click", () => {
let letter = "0123456789ABCDEF";
let color = "#";
Expand Down

0 comments on commit 9a37154

Please sign in to comment.