restructured

This commit is contained in:
Karan
2021-12-03 14:12:23 +05:30
committed by GitHub
parent a5675e6c37
commit 168733f18a
+1 -1
View File
@@ -11,6 +11,6 @@ function scramble(val) {
val = val.substr(0, index) + val.substr(index + 1);
console.log(val);
}
return temp
return temp;
}
console.log(scramble(str));