Skip to content

Commit 48a8a0d

Browse files
committed
chore: add QNA format of **Pangram**
1 parent 83c5131 commit 48a8a0d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

String/CheckPangram.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/**
2+
* What is Pangram?
3+
* Ans: Pangram is a sentence that contains all the letters in the alphabet https://en.wikipedia.org/wiki/Pangram
4+
*/
5+
16
/**
27
* @function checkPangramRegex
38
* @description - This function check pangram with the help of regex pattern

0 commit comments

Comments
 (0)