Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- 프로그래머스
- react-router
- redux-toolkit
- Get
- 코딩테스트합격자되기
- programmers
- C++
- react-redux
- SW
- 자바
- redux-saga
- react
- maeil-mail
- useDispatch
- 항해99
- createSlice
- 알고리즘
- 리액트
- 테코테코
- Algorithm
- 이코테
- java
- sw expert academy
- 매일메일
- axios
- JavaScript
- 항해플러스
- redux
- json-server
- Python
Archives
- Today
- Total
목록숫자 문자열과 영단어 (1)
Binary Journey

출처: 프로그래머스 코딩 테스트 연습, https://programmers.co.kr/learn/challenges 문제의 규칙(?)은 이러하다. ** Javascript 씐난다. 이번에도 풀고 나서 엄청 뿌듯했다. 댓글 달린 날짜들 보니까 대부분 7월 초-중순이다. 2021 카카오 문제인 것만 알았는데 생각보다 올라온 지 얼마 안 된 문제였나 보다. 내 풀이는 이렇다. function solution(s) { const numbers = [ "zero", "one", "two", "three", "four", "five", "six", "seven", "eight", "nine" ]; for (const number of numbers) { s = s.replace(new RegExp(`${number..
프로그래머스/level 1
2021. 7. 21. 23:21