[ALGO#11] 프로그래머스 레벨2
https://school.programmers.co.kr/learn/courses/30/lessons/42578 프로그램 제작자 코드 중심 개발자를 고용하십시오. 배치 기반 위치 매칭. 프로그래머의 개발자별 프로필에 가입하고 기술 호환성이 좋은 회사와 연결하십시오. Programmer.co.kr 전체 코드 첫 번째 개체 function solution(clothes) { let answer = 1; let ch = {} clothes.forEach((it) => { ch(it(1)) = ch(it(1)) ? ch(it(1)) + 1 : 1; }) //console.log(ch) // { headgear: 2, … Read more