Pangram

Pangram

泛音句(希腊语:πανγράμμα, pan gramma,"每个字母")或特定字母表的全字母句是指每个字母至少使用一次的句子。也许您对众所周知的"The quick brown fox jumps over the lazy dog"的泛音句子并不陌生。

example

在本任务中,我们将使用拉丁字母(A-Z)。给您一段包含拉丁字母和标点符号的文字。您需要检查该句子是否为成语。大小写并不重要。

输入:字符串文本(string)

输出:句子是否为泛词的逻辑值(boolean)

举例说明:

assert.strictEqual(
...
You should be an authorized user in order to see the full description and start solving this mission.
19