05. Includes
이번 문제는 업데이트되면서 난이도가 상승했다. 업데이트 이전으로 작성한다.
문제
Implement the JavaScript Array.includes
function in the type system. A type takes the two arguments. The output should be a boolean true
or false
. For example:
해설
이번 문제도 간단하다. 다만 이전 문제들에서 개념을 추가해야한다. 바로 풀이로 넘어가고 이후에 링크 참고
참고링크
Last updated