bradtraversy / traversy-js-challenges

Challenges & docs from JS Algorithms & Data Structures course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test for "Find Missing Letter" has 2 missing letters instead of 1

danielcarlman opened this issue · comments

I got an error while trying to run a test in find-missing-letter-run.js for the "Find the Missing Letter" challenge.

result = findMissingLetter(['a', 'b', 'c', 'f', 'g']);

As you can see, it's missing both the letters 'd' and 'e'. I believe you meant to only have one missing, right?

I've seen it's been updated. Should have checked. Thanks!