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