There was an error while loading. Please reload this page.
1 parent d34cb56 commit dde45a2Copy full SHA for dde45a2
stringPermutations.js
@@ -3,7 +3,7 @@ let findPermutations = (string) => {
3
return "Please enter a string"
4
}
5
6
-if (!!string.length && string.length < 2 ){
+ if (!!string.length && string.length < 2 ){
7
return string
8
9
0 commit comments