Skip to content

Commit e2d8824

Browse files
yoouyeonuyeon0
authored andcommitted
๐Ÿ’ก ํ”„๋กœ๊ทธ๋ž˜๋จธ์Šค 42577 - ์ „ํ™”๋ฒˆํ˜ธ ๋ชฉ๋ก
๋ถˆํ•„์š”ํ•œ ๋กœ๊น… ์ œ๊ฑฐ
1 parent 562b1f9 commit e2d8824

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

โ€ŽProgrammers/Level2/42577_์ „ํ™”๋ฒˆํ˜ธ_๋ชฉ๋ก.jsโ€Ž

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ function solution(phone_book) {
1717

1818
for (const number of phone_book) {
1919
if (numberSet.has(number)) {
20-
console.log(number);
2120
return false;
2221
}
2322
}

0 commit comments

Comments
ย (0)