This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let targetWord = ''; | |
let dashes = ''; | |
let dArray = []; | |
let failCount = 0; | |
const categories = { | |
clubs: ['Manchester United', 'Barcelona', 'Real Madrid', 'Bayern Munich', | |
'Manchester City', 'Arsenal', 'Chelsea', 'Liverpool', 'Juventus', 'Tottenham Hotspur', | |
'Borussia Dortmund', 'Atletico Madrid', 'Inter Milan', 'West Ham United', 'Roma', | |
'Napoli', 'Everton', 'Newcastle United'], |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://jsbin.com/cipaxex/edit?js,console | |
https://jsbin.com/sideniv/edit?js,console | |
https://jsbin.com/gasarod/edit?js,console |
NewerOlder