Find the longest word in the dictionary that doesn't include letters that can't be displayed on a series of Seven-segment display.
- Take a look at the image below of the alphabet displayed on Seven-segment displays. Discard the letters you can't make out and write a node script that finds the longest possible word thats in the dictionary with the letters you have left.
The dictionary is provided under
./dictionary.txt
git clone https://github.com/crowdform/word-challenge
cd word-challenge
yarn install
yarn start
yarn build
yarn serve