Skip to content
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

[우창완] 챕터 7: 자바스크립트 디자인 패턴 (1/3) #44

Merged
merged 2 commits into from
Oct 29, 2024

Conversation

WooWan
Copy link
Contributor

@WooWan WooWan commented Oct 27, 2024

읽으면 읽을 수록 헷갈리는 디자인 패턴~

Copy link
Member

@hyesungoh hyesungoh left a comment

Choose a reason for hiding this comment

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

👍 👍 깊은 고찰이 느껴지는 정리군요 👍 👍 👍

Comment on lines +137 to +138
es2019에 추가된 private class member(`#`)가 도입되었다. 사실 private class member는 트랜스파일링 시, weakMap으로 트랜스파일링 된다.

Copy link
Member

Choose a reason for hiding this comment

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

오와 전혀 몰랐어요!!! 역시 갓 👍 👍

Copy link
Contributor

Choose a reason for hiding this comment

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

저도 덕분에 알게됐슴다! 💪🏻💪🏻

Copy link
Member

Choose a reason for hiding this comment

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

저도 하나 배웠습니다🙇‍♀️

Copy link
Member

@100Gyeon 100Gyeon left a comment

Choose a reason for hiding this comment

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

👍

Copy link
Contributor

@sangbooom sangbooom left a comment

Choose a reason for hiding this comment

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

덕분에 이해 많이 했습니다 💪🏻 감사합니다

}
}
const c = new Countdown(2, () => console.log('DONE'));
console.log(c.counter); //1
Copy link
Contributor

Choose a reason for hiding this comment

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

이거 2일거 같아요! 🥸

@WooWan WooWan merged commit cf91b90 into main Oct 29, 2024
1 check passed
@WooWan WooWan deleted the 7-1/우창완 branch October 29, 2024 15:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants