We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b8278c commit c3850fbCopy full SHA for c3850fb
programmers/level1/서울에서 김서방 찾기.js
@@ -0,0 +1,6 @@
1
+// 서울에서 김서방 찾기 :12919
2
+// https://school.programmers.co.kr/learn/courses/30/lessons/12919
3
+
4
+function solution(seoul) {
5
+ return `김서방은 ${seoul.indexOf('Kim')}에 있다`;
6
+}
0 commit comments