Ad
Code
Diff
  • function spaceMaker(str) {
        return str.split("").join(" ");
    }
    • function spaceMaker(str){
    • function spaceMaker(str) {
    • return str.split("").join(" ");
    • }