일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Tags
- Project
- data analyze
- DANAWA
- matplotlib
- Agile
- webcrawling
- ECS
- AWS
- 자바스크립트
- 다나와
- 프로젝트
- instance
- data
- visualizing
- pandas
- Crawling
- Scrum
- javascript
- angular
- opencv
- 크롤링
- python
- 애자일
- tensorflow
- analyzing
- algorithm
- TypeScript
- keras
- Method
- adaptive life cycle
Archives
- Today
- Total
목록Events (1)
LiJell's 성장기

const title = document.querySelector("div.hello:first-child h1"); function handleTitleClick() { title.style.color = "blue"; console.log("title was clicked!"); } title.addEventListener("click", handleTitleClick); 클릭하면 추가해보기 browser console에서 변화를 확인해보세요! 다양한 이벤트를 링크를 통해 확인해보세요 https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement const h1 = document.querySelector("div.hello:first-child h1")..
Front-End/JavaScript
2022. 5. 17. 18:13