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

[15주차 1] 타입스크립트 패턴매칭 #170

Merged
merged 1 commit into from
Jun 29, 2024
Merged

[15주차 1] 타입스크립트 패턴매칭 #170

merged 1 commit into from
Jun 29, 2024

Conversation

newminkyung
Copy link
Member

📒 글 제목

  • 타입스크립트 패턴매칭

📜 관련 키워드


};

const currentWeather = 'sunny';
const weatherDescription = getWeatherDescription(currentWeather);
Copy link
Collaborator

Choose a reason for hiding this comment

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

유효하지 않은 매개변수입니다!

Copy link
Collaborator

@egg528 egg528 left a comment

Choose a reason for hiding this comment

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

새로운 거 알아가네요 감사합니다 👍

@newminkyung newminkyung merged commit 8286b64 into main Jun 29, 2024
@newminkyung newminkyung deleted the new/15-1 branch June 29, 2024 16:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants