Kevin Win
2017
2017-10-04
How to determine if an anagram of a smaller string is found in a larger word
2017-08-17
How to tell if one string is one edit away from another string in JavaScript
2017-07-30
How to check if a permutation is a palindrome in JavaScript
2017-07-29
How to URLify a string in JavaScript
2017-07-13
How to find the single different character between two strings in JavaScript
2017-07-11
How to reverse an array of characters in place in JavaScript
2017-07-08
How to compress a string in JavaScript
2017-07-07
How to determine if a string is a rotation of another in JavaScript
2017-07-06
How to determine if a string is a permutation of another string in JavaScript
2017-07-05
How to determine if a string contains only unique characters in JavaScript