Hướng dẫn thử thách
1 / 1
Build a Missing Letter Detector
**Objective:** Fulfill the user stories below and get all the tests to pass to complete the lab.
**User Stories:**
1. You should have a function named `fearNotLetter`.
1. The `fearNotLetter` function should accept one argument: a string representing a range of letters in alphabetical order which can have one letter missing.
1. The function should find the missing letter in the passed letter range and return it.
1. If all letters are present in the range, the function should return `undefined`.
Vượt qua bài kiểm tra hiện tại để mở khóa bài tiếp theo.
main.js
UTF-8 • Tab Size: 2Kiểm tra bài:⌘↵