Word Guess
Includes
Words Module
isFiveLetterWord('hello') // true
getFiveLetterWords(['hello', 'world', 'test', 'word']) // ['hello', 'world']
toUpperCase(['hello', 'world', 'test', 'word']) // ['HELLO', 'WORLD', 'TEST', 'WORD']
getRandomWord(['hello', 'world', 'test', 'word']) // 'world'Words Route

Words Form

Restart Game
Possible Words API

Possible Words Search

Laatst bijgewerkt