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