Skip to content

Commit

Permalink
fix(fe): change line blank space
Browse files Browse the repository at this point in the history
  • Loading branch information
jihorobert committed Mar 24, 2024
1 parent e4ad8a1 commit 30a0eb1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion content/docs/frontend/2. JavaScript, DOM.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ DOM(Document Object Model)은 HTML 문서의 구조를 트리 형태로 다루
포켓몬 데이터는 [assets/pokemon.js](https://study.skkuding.dev/docs/frontend/assets/pokemon.js)에 있어요. 이 데이터를 사용해서 메인페이지 리스트를 만들어 보아요!

- 메인페이지 Tip 📌

- 리스트를 만들 때는 `map` 배열 메소드를 사용하여 포켓몬 데이터를 html 요소로 변환해 주세요.
- html 요소를 만들 때는 `document.createElement`를 사용해 주세요.
- [문서 수정하기](https://ko.javascript.info/modifying-document) 해당 링크 참고
Expand Down

0 comments on commit 30a0eb1

Please sign in to comment.