Skip to content

Udemy/Ts/section5/64: readonly #40

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 47 commits into from
Sep 25, 2024
Merged

Udemy/Ts/section5/64: readonly #40

merged 47 commits into from
Sep 25, 2024

Conversation

4BFC
Copy link
Member

@4BFC 4BFC commented Sep 21, 2024

✍Udemy/Ts/section5/64: readonly

본 PR은 청강 1회독을 마친 후 N회독으로 작성된 PR입니다.

🔥KeyWord

  • readonly
  • property

📝Description

  • readonly
  • readonly는 프로퍼티를 초기화한 후 수정할 수 없다. 즉, 한번 할당 되면 변경되면 안되는 고유 번호들을 설정할 때 readonly를 사용한다.
  • build된 app.js를 보게되면 컴파일 과정에서 property 키워드가 있는데 Ts를 학습하는 시간이기에 존재의 유무만 인지하고 있으면 된다.

📌Summary

  • 기회가 된다면 property를 학습하고 개념을 잡아보면 좋을 듯하다.

4BFC and others added 30 commits August 27, 2024 01:50
Github에서 수정한 커밋입니다.
Github에서 수정한 커밋입니다.
Github에서 수정한 커밋입니다.
Github에서 수정한 커밋입니다.
Github에서 수정한 커밋입니다.
Github에서 수정한 커밋입니다.
Github에서 수정한 커밋입니다.
Github에서 수정한 커밋입니다.
Github에서 수정한 커밋입니다.
Github에서 수정한 커밋입니다.
Github에서 수정한 커밋입니다.
Github에서 수정한 커밋입니다.
Github에서 수정한 커밋입니다.
Github에서 수정한 커밋입니다.
Github에서 수정한 커밋입니다.
Github에서 작성한 커밋입니다.
Github에서 작성한 커밋입니다.
Github에서 수정한 커밋입니다.
Github에서 수정한 커밋입니다.
4BFC added 16 commits September 2, 2024 15:19
@4BFC 4BFC added the 2회독 회독 label Sep 21, 2024
@4BFC 4BFC added this to the Udemy:TypeScript milestone Sep 21, 2024
@4BFC 4BFC self-assigned this Sep 21, 2024
@4BFC 4BFC requested a review from nyun-nye September 23, 2024 09:02
@4BFC 4BFC merged commit 26a8d1f into UdemyTs Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2회독 회독
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant