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