We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
master
mission4_본인이름
mission1
index.html
<html> <head> <title>Mission 4</title> <meta charset="utf-8" /> </head> <body> <div id="coffee-list"></div> <script> const data = [ { text: '일반 피자점' }, { text: '시카고 피자점' } ] // 이곳에서 코딩을 시작하세요! </script> </body> </html>
script 태그 내에 아래의 요구사항을 만족하는 코드를 작성합니다.
script
The text was updated successfully, but these errors were encountered:
No branches or pull requests
master
브랜치를 기준으로mission4_본인이름
브랜치를 만들어주세요.mission1
폴더에 본인이름 폴더를 만들고, 그곳에index.html
파일을 만든 뒤 아래의 내용을 넣고 저장합니다.script
태그 내에 아래의 요구사항을 만족하는 코드를 작성합니다.🎯 요구사항
읽으면 도움이 될 글들
The text was updated successfully, but these errors were encountered: