File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 244
244
* [ CheckVowels] ( https://github.com/TheAlgorithms/Javascript/blob/master/String/CheckVowels.test.js )
245
245
* [ CheckWordOccurrence] ( https://github.com/TheAlgorithms/Javascript/blob/master/String/CheckWordOccurrence.js )
246
246
* [ CheckWordOcurrence] ( https://github.com/TheAlgorithms/Javascript/blob/master/String/CheckWordOcurrence.test.js )
247
- * [ createPurmutations ] ( https://github.com/TheAlgorithms/Javascript/blob/master/String/createPurmutations .js )
247
+ * [ CreatePermutations ] ( https://github.com/TheAlgorithms/Javascript/blob/master/String/CreatePermutations .js )
248
248
* [ FormatPhoneNumber] ( https://github.com/TheAlgorithms/Javascript/blob/master/String/FormatPhoneNumber.js )
249
249
* [ FormatPhoneNumber] ( https://github.com/TheAlgorithms/Javascript/blob/master/String/FormatPhoneNumber.test.js )
250
250
* [ GenerateGUID] ( https://github.com/TheAlgorithms/Javascript/blob/master/String/GenerateGUID.js )
262
262
* [ CheckAnagram] ( https://github.com/TheAlgorithms/Javascript/blob/master/String/test/CheckAnagram.test.js )
263
263
* [ CheckPalindrome] ( https://github.com/TheAlgorithms/Javascript/blob/master/String/test/CheckPalindrome.test.js )
264
264
* [ CheckPangram] ( https://github.com/TheAlgorithms/Javascript/blob/master/String/test/CheckPangram.test.js )
265
+ * [ CreatePermutations] ( https://github.com/TheAlgorithms/Javascript/blob/master/String/test/CreatePermutations.test.js )
265
266
* [ KMPPatternSearching] ( https://github.com/TheAlgorithms/Javascript/blob/master/String/test/KMPPatternSearching.test.js )
266
267
* [ PatternMatching] ( https://github.com/TheAlgorithms/Javascript/blob/master/String/test/PatternMatching.test.js )
267
268
* [ ReverseString] ( https://github.com/TheAlgorithms/Javascript/blob/master/String/test/ReverseString.test.js )
You can’t perform that action at this time.
0 commit comments