Skip to content

Commit

Permalink
create solution
Browse files Browse the repository at this point in the history
  • Loading branch information
KatOlista committed Aug 4, 2023
1 parent 8eaf98b commit 5e2e10e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/arrayMethodJoin.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ function applyCustomJoin() {
: this[i] + separ;
}

// joinedString += this[this.length - 1] === null
// || this[this.length - 1] === undefined
// ? ''
// : this[this.length - 1];

return joinedString;
};
}
Expand Down

0 comments on commit 5e2e10e

Please sign in to comment.