일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- adaptive life cycle
- AWS
- 크롤링
- data
- 다나와
- instance
- Method
- data analyze
- opencv
- Agile
- javascript
- TypeScript
- 애자일
- Scrum
- angular
- DANAWA
- Crawling
- 자바스크립트
- webcrawling
- python
- algorithm
- keras
- matplotlib
- visualizing
- Project
- 프로젝트
- pandas
- tensorflow
- analyzing
- ECS
Archives
- Today
- Total
목록object (1)
LiJell's 성장기

Array const daysOfWeek = ['mon','tue','wed','thu','fri','sat']; // Get Item from Array console.log(daysOfWeek[4]); // Add one more day to the array daysOfWeek.push('sun'); console.log(daysOfWeek); Object const player = { name: "LiJell", points: 10, fat: true, }; console.log(player); console.log(player.name); console.log(player["points"]); const player = { name: "LiJell", points: 10, fat: true, }..
Front-End/JavaScript
2022. 5. 17. 01:14