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://root-aster-cdf.notion.site/9-TypeScript-133eca179b188026a3aacd2e25a0e0ef?pvs=4
📝 변경/추가 사항 요약
✅ 리뷰 요구사항
index.html 파일의 Add 부분에서
Uncaught ReferenceError: addTodo is not defined at HTMLButtonElement.onclick
에러가 계속 뜨는데, 이로인해 add 버튼을 클릭할때마다 F12창에 오류가 찍힙니다. 이부분을 해결하지 못했는데, 어디를 어떻게 수정해야 하는 것인지 여쭤보고 싶습니다..
+) json서버 구동 후 npm run dev 하였고, app.js -> app.ts로 바꾸는 과정은 모두 완료했고, 코드상의 오류는 없는 상태입니다.
📸 확인 방법 (스크린샷)