Skip to content

Commit

Permalink
klaaaaaaar
Browse files Browse the repository at this point in the history
  • Loading branch information
Eliasyoussef47 committed Feb 13, 2018
1 parent 6245cf8 commit 3deb792
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 132 deletions.
3 changes: 2 additions & 1 deletion game.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* global words*/
/* global words */
var chosenWord = words[Math.floor(Math.random() * words.length)];
console.log(chosenWord);
var chosenWordCopy = chosenWord.split("");
Expand Down Expand Up @@ -72,6 +72,7 @@ for (var o = 1; o <= 6; o++) {
table.appendChild(tr);
}

var colorStyleSheet = document.getElementById("colorStyleSheet");
var title = document.getElementById("title");
var klopt = document.getElementById("klopt");
var bijna = document.getElementById("bijna");
Expand Down
131 changes: 0 additions & 131 deletions index.html.bkp

This file was deleted.

0 comments on commit 3deb792

Please sign in to comment.