-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Jeehay Park(박지혜)] Week 1 #640
Conversation
Assignees 제가 실수로 제거한 것 같습니다. 그런데 Reviewers, Projects는 선택하거나 작성할 수가 없습니다. |
@Jeehay28 님 안녕하세요! |
안녕하세요, 팀 초대 이메일을 못 받았습니다. 다시 한번 보내주실 수 있나요?
…On Fri, 6 Dec 2024 at 11:19, Heechan Kang ***@***.***> wrote:
@Jeehay28 <https://github.com/Jeehay28> 님 안녕하세요!
현재 3기 팀에서 조회되지 않는것으로 보아, 아마 팀 초대메일 확인 후 Join하지 않으신 것이 아닐까 싶습니다!
권한부여가 되신다면 프로젝트와 주차 등록이 가능하실것으로 보여요!
—
Reply to this email directly, view it on GitHub
<#640 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AZJ7OMNU6JOKYFMVJJPLFED2EECSJAVCNFSM6AAAAABTC25IYGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMRRHE2DCNBUG4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@Jeehay28 안녕하세요 초대를 못받았다고 하셔서 기존에 보낸 초대를 취소하고 다시 발송했습니다! 혹시 확인이 안되시면 스팸함 및 깃허브 알림 확인부탁드립니다! |
감사합니다. 초대 이메일 받고 수락했습니다. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
좋은 풀이들 감사합니다. 가능하면 시간복잡도와 공간복잡도 분석도 해보시면 도움이 되실 것 같습니다.
const reg = /[a-z0-9]/g; | ||
const converted = s.toLowerCase().match(reg); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
upper case도 정규식에 포함하면 논리의 흐름이 더 좋을 것 같습니다.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
리뷰 감사합니당~
답안 제출 문제
체크 리스트
In Review
로 설정해주세요.