Skip to content

resolve #126-fraudulent-activity-notifications 문제해결 및 문서추가 #127

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

heeveloper
Copy link
Collaborator

No description provided.

@heeveloper heeveloper requested review from bumkeyy and yeonjuan August 9, 2019 16:04
@heeveloper heeveloper requested review from bumkeyy and removed request for bumkeyy August 13, 2019 13:54
const findValueAtIndex = (countSorted, findIndex) => {
let curPosition = 0;
let foundValue = 0;
for (const num in countSorted) {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

array 에 in 대신 다른 메서드를 사용할수 있을것 같습니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants