programmers.co.kr/learn/courses/30/lessons/12919?language=java
1
2
3
4
5
|
function solution(seoul) {
const index = seoul.findIndex(x => x ==='Kim');
return `김서방은 ${index}에 있다`;
}
|
cs |
javascript로 품
'알고리즘 > Array' 카테고리의 다른 글
x만큼 간격이 있는 n개의 숫자 (0) | 2020.09.17 |
---|---|
2016 (0) | 2020.09.09 |
가운데 글자 가져오기 (0) | 2020.09.09 |
체육복 (0) | 2020.09.06 |
구명보트 (0) | 2020.09.05 |