Determine if a sentence is a pangram.
Determine if a sentence is a pangram. A pangram (Greek: παν γράμμα, pan gramma, "every letter") is a sentence using every letter of the alphabet at least once. The best known English pangram is "The quick brown fox jumps over the lazy dog."
Go through the setup instructions for JavaScript to install the necessary dependencies:
http://exercism.io/languages/javascript
Execute the tests with:
$ jasmine-node .
In many test suites all but the first test have been skipped.
Once you get a test passing, you can unskip the next one by
changing xit
to it
.
Wikipedia view source