Jump to content

Pangram checker: Difference between revisions

Line 1,008:
};
 
console.log("Result IsPanGram - \"", panGramStr,"\" - " , IsPanGram.call(this,panGramStr));
console.log("Result IsPanGram - \"", "the World","\" - ", IsPanGram.call(this, "the World"));
 
// Result IsPanGram - " The quick brown fox jumps over the lazy dog " - true
// Result IsPanGram - " the World " - false
</lang>
 
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.