File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 193193## String
194194 * [ CheckAnagram] ( https://github.com/TheAlgorithms/Javascript/blob/master/String/CheckAnagram.js )
195195 * [ CheckPalindrome] ( https://github.com/TheAlgorithms/Javascript/blob/master/String/CheckPalindrome.js )
196+ * [ CheckPangram] ( https://github.com/TheAlgorithms/Javascript/blob/master/String/CheckPangram.js )
196197 * [ CheckRearrangePalindrome] ( https://github.com/TheAlgorithms/Javascript/blob/master/String/CheckRearrangePalindrome.js )
197198 * [ CheckVowels] ( https://github.com/TheAlgorithms/Javascript/blob/master/String/CheckVowels.js )
198199 * [ CheckVowels] ( https://github.com/TheAlgorithms/Javascript/blob/master/String/CheckVowels.test.js )
213214 * test
214215 * [ CheckAnagram] ( https://github.com/TheAlgorithms/Javascript/blob/master/String/test/CheckAnagram.test.js )
215216 * [ CheckPalindrome] ( https://github.com/TheAlgorithms/Javascript/blob/master/String/test/CheckPalindrome.test.js )
217+ * [ CheckPangram] ( https://github.com/TheAlgorithms/Javascript/blob/master/String/test/CheckPangram.test.js )
216218 * [ PatternMatching] ( https://github.com/TheAlgorithms/Javascript/blob/master/String/test/PatternMatching.test.js )
217219 * [ ReverseString] ( https://github.com/TheAlgorithms/Javascript/blob/master/String/test/ReverseString.test.js )
218220 * [ ReverseWords] ( https://github.com/TheAlgorithms/Javascript/blob/master/String/test/ReverseWords.test.js )
You can’t perform that action at this time.
0 commit comments