반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- props.key
- next
- BOJ
- 객체인지
- 이미지스캔
- Unmounting
- 자바스크립트
- Bestawards
- GirlsInICT해커톤
- Erricson
- 훈훈한자바스크립트
- nodejs
- Baekjoon
- js
- ts
- dataFetching
- axios
- 15721
- 백준
- filter
- props
- javascript
- 에릭슨엘지
- react
- typescript
- getDerivedStateFromProps
- 코드캠프
- React.js
- Girls_In_ICT
- map
Archives
- Today
- Total
목록퀴즈 (1)
민희의 코딩일지

이 빈 화면에서 아래와 같은 loop가 출력될 수 있도록 하는 것이 섹션 5의 퀴즈이다. 학생 정보는 data.js 에 담겨져있다. const students = [ { name: "김세준", korean: 88, math: 94, english: 78, science: 79, }, { name: "최다슬", korean: 88, math: 92, english: 54, science: 65, }, ... ]; export default students; stage1.js에서는 korean, math, english, science의 점수를 평균내 새로운 속성 score로 넣어주는 것이다. export const calculateAverage = function (students) { const scor..
카테고리 없음
2023. 2. 12. 20:21