codinasion-archive / codinasion-programme

An open source codebase for sharing programming solutions.
https://codinasion.vercel.app/programme
MIT License
62 stars 147 forks source link

Pangram Checker #691

Closed harshraj8843 closed 2 years ago

harshraj8843 commented 2 years ago

Title of programme

Write a JavaScript programme to check Pangram sentence.

Additional information

A pangram is a sentence containing every letter in the English alphabet.

Input  : The quick brown fox jumps over the lazy dog
Output : Pangram sentence

Code of Conduct

julyvjo commented 2 years ago

Hi! I think I can help coding the Pangram Checker