Error in 02-basic-challenges-2/05-find-missing-letter/find-missing-letter-run.js
codysechelski opened this issue · 1 comments
codysechelski commented
In section 02-basic-chalanges-2
> 05-find-missing-letter
, the run file is missing 2 letters (d
and e
), rather than one
const findMissingLetter = require('./find-missing-letter');
result = findMissingLetter(['a', 'b', 'c', 'f', 'g']);
console.log(result);
A simple oversight, I'm sure. Loving the challenges, BTW!
bradtraversy commented
Thanks for that. I will fix that now