Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
(https://programmers.co.kr/learn/courses/30) 에서 알고리즘 문제의 title과 link를 가져와 객체로 반환합니다.
fetch를 통해 가져온 title과 link를 현재 만들어진 파일이름(해결한 알고리즘)과 비교해 해결한 문제의 표(제목과 링크)를 문자열로 생성합니다.
string.js로 만들어진 문자열을 이용하여 README.md를 업데이트 해줍니다.
질문사항이나 요구사항이 있으시면 코멘트 부탁드립니다.