Skip to content

Commit

Permalink
docs: 문서 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ssi02014 committed May 23, 2024
1 parent 99e61e7 commit 86bd10c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/docs/utils/array/countOccurrencesInArray.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

입력한 배열에서 배열의 각 요소들이 등장한 횟수를 카운팅 해주는 유틸 함수입니다.

💡 `Object`, `Array`, `Set`, `Map`과 같은 객체 타입은 카운팅에서 제외됩니다.

💡 단, `Null`, `NaN`, `Undefined`는 카운팅에 포함됩니다.
💡 단, `Object`, `Array`, `Set`, `Map`과 같은 객체 타입은 카운팅에서 제외되며, `null`, `NaN`, `undefined`는 카운팅에 포함됩니다.

<br />

Expand Down

0 comments on commit 86bd10c

Please sign in to comment.