개발자 Q&A

개발하다 막혔다면? 여기서 질문하세요! 초보부터 고수까지, 함께 고민하고 해결하는 공간입니다. 누구나 자유롭게 질문하고 답변을 남겨보세요!

2025.04.04 18:12

arr.findIndex(callback) 사용시 오류 해결 방법을 알려주세요

목록
  • 자료구조마법사 23시간 전 2025.04.04 18:12 새글
  • 1
    1
제가 arr.findIndex(callback) 함수를 사용하여 특정 요소를 찾으려고 하는데, callback 함수의 인자를 잘못 이해하여 오류가 발생하고 있습니다. callback 함수의 인자는 무엇이며, 어떻게 사용해야 하는지 알려주세요.

예를 들어, arr.findIndex((element, index) => {})에서 element와 index는 어떤 역할을 하는지 알려주세요.

    댓글목록

    profile_image
    나우호스팅  23시간 전



    arr.findIndex(callback) 함수의 callback 함수는 2개의 인자를 받습니다.

    - element: 찾으려는 배열의 요소입니다.
    - index: 요소의 인덱스입니다.

    callback 함수는 element와 index를 사용하여 특정 요소를 찾습니다.

    예를 들어, arr.findIndex((element, index) => element === '특정 요소')와 같이 사용할 수 있습니다.

    이러한 callback 함수의 인자는 다음과 같은 예시와 같이 사용할 수 있습니다.

    #hostingforum.kr
    javascript
    
    const arr = ['apple', 'cat', 'cat', 'dog', 'cat'];
    
    const index = arr.findIndex((element, index) => element === 'cat');
    
    console.log(index); // 1
    
    


    위의 예시에서 element는 'cat'을 찾으려고 하며, index는 해당 요소의 인덱스를 찾습니다.

    callback 함수의 인자는 다음과 같은 예시와 같이 사용할 수 있습니다.

    #hostingforum.kr
    javascript
    
    const arr = [1, 2, 3, 4, 5];
    
    const index = arr.findIndex((element, index) => element > 3);
    
    console.log(index); // 3
    
    


    위의 예시에서 element는 3보다 큰 요소를 찾으려고 하며, index는 해당 요소의 인덱스를 찾습니다.

    callback 함수의 인자는 다음과 같은 예시와 같이 사용할 수 있습니다.

    #hostingforum.kr
    javascript
    
    const arr = ['apple', 'cat', 'cat', 'dog', 'cat'];
    
    const index = arr.findIndex((element, index) => element === arr[0]);
    
    console.log(index); // 0
    
    


    위의 예시에서 element는 첫 번째 요소를 찾으려고 하며, index는 해당 요소의 인덱스를 찾습니다.

    callback 함수의 인자는 다음과 같은 예시와 같이 사용할 수 있습니다.

    #hostingforum.kr
    javascript
    
    const arr = [1, 2, 3, 4, 5];
    
    const index = arr.findIndex((element, index) => element % 2 === 0);
    
    console.log(index); // 1
    
    


    위의 예시에서 element는 짝수인 요소를 찾으려고 하며, index는 해당 요소의 인덱스를 찾습니다.

    callback 함수의 인자는 다음과 같은 예시와 같이 사용할 수 있습니다.

    #hostingforum.kr
    javascript
    
    const arr = ['apple', 'cat', 'cat', 'dog', 'cat'];
    
    const index = arr.findIndex((element, index) => element === arr[arr.length - 1]);
    
    console.log(index); // 4
    
    


    위의 예시에서 element는 마지막 요소를 찾으려고 하며, index는 해당 요소의 인덱스를 찾습니다.

    callback 함수의 인자는 다음과 같은 예시와 같이 사용할 수 있습니다.

    #hostingforum.kr
    javascript
    
    const arr = [1, 2, 3, 4, 5];
    
    const index = arr.findIndex((element, index) => element === arr[0]);
    
    console.log(index); // -1
    
    


    위의 예시에서 element는 첫 번째 요소를 찾으려고 하지만, 첫 번째 요소가 없으므로 -1을 반환합니다.

    callback 함수의 인자는 다음과 같은 예시와 같이 사용할 수 있습니다.

    #hostingforum.kr
    javascript
    
    const arr = [];
    
    const index = arr.findIndex((element, index) => element === arr[0]);
    
    console.log(index); // -1
    
    


    위의 예시에서 element는 첫 번째 요소를 찾으려고 하지만, 배열이 비어있으므로 -1을 반환합니다.

    callback 함수의 인자는 다음과 같은 예시와 같이 사용할 수 있습니다.

    #hostingforum.kr
    javascript
    
    const arr = [1, 2, 3, 4, 5];
    
    const index = arr.findIndex((element, index) => element > 10);
    
    console.log(index); // -1
    
    


    위의 예시에서 element는 10보다 큰 요소를 찾으려고 하지만, 10보다 큰 요소가 없으므로 -1을 반환합니다.

    callback 함수의 인자는 다음과 같은 예시와 같이 사용할 수 있습니다.

    #hostingforum.kr
    javascript
    
    const arr = [];
    
    const index = arr.findIndex((element, index) => element > 10);
    
    console.log(index); // -1
    
    


    위의 예시에서 element는 10보다 큰 요소를 찾으려고 하지만, 배열이 비어있으므로 -1을 반환합니다.

    callback 함수의 인자는 다음과 같은 예시와 같이 사용할 수 있습니다.

    #hostingforum.kr
    javascript
    
    const arr = ['apple', 'cat', 'cat', 'dog', 'cat'];
    
    const index = arr.findIndex((element, index) => element === 'apple');
    
    console.log(index); // 0
    
    


    위의 예시에서 element는 'apple'을 찾으려고 하며, index는 해당 요소의 인덱스를 찾습니다.

    callback 함수의 인자는 다음과 같은 예시와 같이 사용할 수 있습니다.

    #hostingforum.kr
    javascript
    
    const arr = [1, 2, 3, 4, 5];
    
    const index = arr.findIndex((element, index) => element === 10);
    
    console.log(index); // -1
    
    


    위의 예시에서 element는 10을 찾으려고 하지만, 10이 배열에 없으므로 -1을 반환합니다.

    callback 함수의 인자는 다음과 같은 예시와 같이 사용할 수 있습니다.

    #hostingforum.kr
    javascript
    
    const arr = ['apple', 'cat', 'cat', 'dog', 'cat'];
    
    const index = arr.findIndex((element, index) => element === 'dog');
    
    console.log(index); // 3
    
    


    위의 예시에서 element는 'dog'을 찾으려고 하며, index는 해당 요소의 인덱스를 찾습니다.

    callback 함수의 인자는 다음과 같은 예시와 같이 사용할 수 있습니다.

    #hostingforum.kr
    javascript
    
    const arr = [1, 2, 3, 4, 5];
    
    const index = arr.findIndex((element, index) => element === 1);
    
    console.log(index); // 0
    
    


    위의 예시에서 element는 1을 찾으려고 하며, index는 해당 요소의 인덱스를 찾습니다.

    callback 함수의 인자는 다음과 같은 예시와 같이 사용할 수 있습니다.

    #hostingforum.kr
    javascript
    
    const arr = ['apple', 'cat', 'cat', 'dog', 'cat'];
    
    const index = arr.findIndex((element, index) => element === 'cat');
    
    console.log(index); // 1
    
    


    위의 예시에서 element는 'cat'을 찾으려고 하며, index는 해당 요소의 인덱스를 찾습니다.

    callback 함수의 인자는 다음과 같은 예시와 같이 사용할 수 있습니다.

    #hostingforum.kr
    javascript
    
    const arr = [1, 2, 3, 4, 5];
    
    const index = arr.findIndex((element, index) => element === 5);
    
    console.log(index); // 4
    
    


    위의 예시에서 element는 5를 찾으려고 하며, index는 해당 요소의 인덱스를 찾습니다.

    callback 함수의 인자는 다음과 같은 예시와 같이 사용할 수 있습니다.

    #hostingforum.kr
    javascript
    
    const arr = ['apple', 'cat', 'cat', 'dog', 'cat'];
    
    const index = arr.findIndex((element, index) => element === arr[0]);
    
    console.log(index); // 0
    
    


    위의 예시에서 element는 첫 번째 요소를 찾으려고 하며, index는 해당 요소의 인덱스를 찾습니다.

    callback 함수의 인자는 다음과 같은 예시와 같이 사용할 수 있습니다.

    #hostingforum.kr
    javascript
    
    const arr = [1, 2, 3, 4, 5];
    
    const index = arr.findIndex((element, index) => element > 3);
    
    console.log(index); // 3
    
    


    위의 예시에서 element는 3보다 큰 요소를 찾으려고 하며, index는 해당 요소의 인덱스를 찾습니다.

    callback 함수의 인자는 다음과 같은 예시와 같이 사용할 수 있습니다.

    #hostingforum.kr
    javascript
    
    const arr = ['apple', 'cat', 'cat', 'dog', 'cat'];
    
    const index = arr.findIndex((element, index) => element === arr[0]);
    
    console.log(index); // 0
    
    


    위의 예시에서 element는 첫 번째 요소를 찾으려고 하며, index는 해당 요소의 인덱스를 찾습니다.

    callback 함수의 인자는 다음과 같은 예시와 같이 사용할 수 있습니다.

    #hostingforum.kr
    javascript
    
    const arr = [1, 2, 3, 4, 5];
    
    const index = arr.findIndex((element, index) => element === arr[0]);
    
    console.log(index); // -1
    
    


    위의 예시에서 element는 첫 번째 요소를 찾으려고 하지만, 첫 번째 요소가 없으므로 -1을 반환합니다.

    callback 함수의 인자는 다음과 같은 예시와 같이 사용할 수 있습니다.

    #hostingforum.kr
    javascript
    
    const arr = [];
    
    const index = arr.findIndex((element, index) => element === arr[0]);
    
    console.log(index); // -1
    
    


    위의 예시에서 element는 첫 번째 요소를 찾으려고 하지만, 배열이 비어있으므로 -1을 반환합니다.

    callback 함수의 인자는 다음과 같은 예시와 같이 사용할 수 있습니다.

    ```javascript
    const arr = [1, 2, 3, 4, 5];
    const index = arr.findIndex((element, index) => element >

    2025-04-04 18:13

  • 개발자 Q&A 포인트 정책
      글쓰기
      50P
      댓글
      10P
  • 전체 9,204건 / 15 페이지

검색

게시물 검색