Skip to content

Commit

Permalink
fix(fe): edit javascript part
Browse files Browse the repository at this point in the history
  • Loading branch information
jihorobert committed Mar 23, 2024
1 parent 8913c53 commit 6c8a36d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion content/docs/frontend/2. JavaScript, DOM.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ Javascript는 객체 기반의 스크립트 프로그래밍 언어로 웹 브라

DOM(Document Object Model)은 HTML 문서의 구조를 트리 형태로 다루는 인터페이스에요. 해당 챕터를 배우면 여러분들은 HTML 문서 조작, 이벤트, 브라우저 API 등을 통해 더 다양한 웹 페이지를 만들 수 있어요!

- [Javascript활용 DOM, EVENT](https://www.youtube.com/watch?v=uK6uExrg7Ww&list=PLZKTXPmaJk8JVQv3XSNF8yJMdsxbFrO3S&index=1)
- DOM & EVENT 튜토리얼 영상
- [Javascript.info 튜토리얼](https://ko.javascript.info/)
- 파트 2. 브라우저: 문서, 이벤트, 인터페이스
- 1.1 ~ 5.3
Expand All @@ -58,7 +60,7 @@ DOM(Document Object Model)은 HTML 문서의 구조를 트리 형태로 다루

> 즉 HTML 파일에 직접 작성하는 것이 아니라 JavaScript 파일에서 HTML 요소를 만들어서 추가해 주는 방식이에요!
포켓몬 데이터는 [assets/pokemon.js](./assets/pokemon.js)에 있어요. 이 데이터를 사용해서 메인페이지 리스트를 만들어 보아요!
포켓몬 데이터는 [assets/pokemon.js](/cookbook/content/docs/frontend/assets/pokemon.js)에 있어요. 이 데이터를 사용해서 메인페이지 리스트를 만들어 보아요!

### 2. 하나의 html 파일로 디테일 페이지 만들기

Expand Down

0 comments on commit 6c8a36d

Please sign in to comment.