Skip to content

Commit

Permalink
추가: 주석추가
Browse files Browse the repository at this point in the history
  • Loading branch information
eve712 committed Dec 2, 2020
1 parent b94cd17 commit 3c6ba87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Mission4/braceCheck.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ class Node {
}
// 괄호, 숫자만 있는 배열 반환
getPureArr(string) {
// ●●●inspector.getDataArr 함수를 쓰면 여러자리 숫자는 오류남. 수정 필요
let dataArr = inspector.getDataArr(string);
return dataArr.filter(this.braceNumFilter);
}
Expand Down

0 comments on commit 3c6ba87

Please sign in to comment.