일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- data
- matplotlib
- Crawling
- webcrawling
- opencv
- TypeScript
- 크롤링
- adaptive life cycle
- Method
- python
- data analyze
- 애자일
- 프로젝트
- Project
- instance
- tensorflow
- 다나와
- 자바스크립트
- algorithm
- Agile
- DANAWA
- ECS
- analyzing
- visualizing
- javascript
- Scrum
- keras
- pandas
- angular
- AWS
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