JS-Array-Challenge icon indicating copy to clipboard operation
JS-Array-Challenge copied to clipboard

solved: everyArray, expDivOdd, filterAge, filterIntersection

Open leewookb opened this issue 3 years ago • 1 comments

leewookb avatar Aug 05 '22 20:08 leewookb

죄송합니다 ㅠㅠ 다시 할게요

On Fri, Aug 5, 2022 at 8:26 PM Sangshin Park @.***> wrote:

@.**** commented on this pull request.

In Challenge/lbu0413/everyArray/solve.js https://github.com/pkiop/JS-Array-Challenge/pull/195#discussion_r939455941 :

@@ -0,0 +1,9 @@

+function solution(inputArray) {

  • return inputArray.every((i) => i % 2 === 0);

+}

+const inputArray = [2, 4, 6, 8, 10];

+// const inputArray2 = [2, 3, 6, 8, 10];

+// console.log(solution(inputArray2));

+// exports.solution = solution;

이 solution export 하는 건 주석풀어야합니다~!

— Reply to this email directly, view it on GitHub https://github.com/pkiop/JS-Array-Challenge/pull/195#pullrequestreview-1064242331, or unsubscribe https://github.com/notifications/unsubscribe-auth/AP2TBQHRAO75QPAWXUPX3NLVXWWLHANCNFSM55XHJBMA . You are receiving this because you modified the open/close state.Message ID: @.***>

leewookb avatar Aug 06 '22 00:08 leewookb