반응형
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 | 31 |
Tags
- props.key
- getDerivedStateFromProps
- Erricson
- typescript
- 백준
- filter
- javascript
- 이미지스캔
- react
- next
- 에릭슨엘지
- GirlsInICT해커톤
- 자바스크립트
- props
- 객체인지
- Bestawards
- React.js
- Girls_In_ICT
- 15721
- dataFetching
- 훈훈한자바스크립트
- Unmounting
- BOJ
- map
- axios
- Baekjoon
- nodejs
- js
- 코드캠프
- ts
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