SzabiSch / bootcamp-schedule

0 stars 0 forks source link

P5 Kata: Key Press Game #65

Closed codingbootcampseu closed 2 years ago

codingbootcampseu commented 3 years ago

key-press-game

You can use this code to create a random letter for the game.

// calling split() on a string will turn the string into
// an array of single letters
let requiredLetter = random("abcdefghijklmnopqrstuvwxyz".split(""));
SzabiSch commented 2 years ago

A good game for Sunday :)