Skip to content

[워크맵과 위크셋 과제] 오탈자 수정 #944

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

Merged
merged 1 commit into from
Jan 5, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ let messages = [

위 문제에선 'yes'나 'no'만 저장해도 괜찮았는데, 이제는 날짜 정보를 저장해야 하고, 이 날짜 정보는 메시지가 기비지 컬렉션의 대상이 되기 전까지만 메모리에 남아있어야 합니다.

참고: `Data`라는 내장 클래스의 구현체(객체)를 사용하면 날짜를 저장할 수 있습니다(`Date`클래스에 대해선 추후에 학습할 예정입니다).
참고: `Date`라는 내장 클래스의 구현체(객체)를 사용하면 날짜를 저장할 수 있습니다(`Date`클래스에 대해선 추후에 학습할 예정입니다).