diff --git a/src/arrayMethodJoin.js b/src/arrayMethodJoin.js index 3a62201c..c2ec8194 100644 --- a/src/arrayMethodJoin.js +++ b/src/arrayMethodJoin.js @@ -5,7 +5,7 @@ */ function applyCustomJoin() { [].__proto__.join2 = function(separator) { - // write code here + // write code }; }