Skip to content

[석수민_FrontEnd] 4주차 과제 제출합니다. #42

Open
sumin4747 wants to merge 5 commits intoBCSDLab-Edu:mainfrom
sumin4747:sumin04
Open

[석수민_FrontEnd] 4주차 과제 제출합니다. #42
sumin4747 wants to merge 5 commits intoBCSDLab-Edu:mainfrom
sumin4747:sumin04

Conversation

@sumin4747
Copy link
Copy Markdown

4주차 과제

Copy link
Copy Markdown

@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 thread api.js
Comment thread api.js
Comment on lines +15 to +16
const res = await fetch(`https://restcountries.com/v3.1/name/${usercountryName}`)
const countries = await res.json();
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

굳굳! 👍

Comment thread api.js
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>
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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

Copy link
Copy Markdown
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