_findNoticeOrder = () => {
const notices = this.props.notices
let order = notices.findIndex( notice => notice.id === this.state.noticeId )
console.log(this.state.noticeId)
return order
}
'프로그래밍 정보공유' 카테고리의 다른 글
Eslint: 가독성을 높이는 코드 작성 규칙 (0) | 2020.07.26 |
---|---|
중복 제거된 object array parsing하기 (0) | 2020.07.13 |
git 브랜치 pull request 하기 (0) | 2020.07.06 |
함수형 컴포넌트 생성과 props로 함수 파라미터 넘기기 (0) | 2020.07.06 |
nested array 펼치기 (0) | 2020.07.01 |