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