Skip to content

Conversation

@sumin4747
Copy link

4주차 과제

Copy link

@Gwak-Seungju Gwak-Seungju left a comment

Choose a reason for hiding this comment

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

api를 잘 불러와 사용하셨네요~! 수고하셨습니다~!

Comment on lines +15 to +16
const res = await fetch(`https://restcountries.com/v3.1/name/${usercountryName}`)
const countries = await res.json();

Choose a reason for hiding this comment

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

굳굳! 👍

Comment on lines 36 to 39
<div>
<P><b>${usercountryName}</b> 수도: <b>${capital}</b></P>
<img src="${flag}" alt="Flag of ${usercountryName}" width="150"></img>
</div>

Choose a reason for hiding this comment

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

최신 표준은 <b> 태그보다는 <strong> 태그를 쓴다고 하네요~!

Copy link
Author

Choose a reason for hiding this comment

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

앗 넵! 수정하였습니다.

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