https://github.com/andeemarks/pangram-js
https://github.com/andeemarks/pangram-js
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/andeemarks/pangram-js
- Owner: andeemarks
- License: mit
- Created: 2022-09-13T23:28:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-13T23:30:02.000Z (over 3 years ago)
- Last Synced: 2025-02-01T03:08:12.812Z (11 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pangram
Welcome to Pangram on Exercism's JavaScript Track.
If you need help running the tests or submitting your code, check out `HELP.md`.
## Instructions
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.
The alphabet used consists of ASCII letters `a` to `z`, inclusive, and is case
insensitive. Input will not contain non-ASCII symbols.
## Source
### Created by
- @matthewmorgan
### Contributed to by
- @amscotti
- @ankorGH
- @PakkuDon
- @rchavarria
- @ryanplusplus
- @SleeplessByte
- @tarunvelli
- @xarxziux
### Based on
Wikipedia - https://en.wikipedia.org/wiki/Pangram