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
- Jest
- for in
- 2번째 페어
- includes
- TIL
- Splice
- 코플릿
- version control system
- package.json
- 슈도코드
- 호이스팅
- javascript 기초
- local scope
- Bracket Notation
- foreach
- nvm 설치
- supertest
- JavaScript Runtime
- immutable
- indexof
- npm 설치
- HTML 태그 모음
- for of
- dot notation
- testbuilder
- 코딩게임
- 스프린트 리뷰
- node 설치
- 코드스테이츠 1일차
- global scope
Archives
- Today
- Total
목록Bracket Notation (1)
Honey-Programming

1. Summary(3 Line) 프리코스 4일차(3줄 요약) - 9시~ 18시... 시간이 훅 간다 - 배열, 객체 자체 개념은 쉽지만 관련 메소드를 활용을 어찌해야될지... - 습득력과 이해력이 좋으신 나의 페어 2. Today's Todo 배열 - 조회, 변경 - Array.isArray - push, pop, unshift, shift 객체 - Dot Notation / Bracket Notation - 객체의 값 추가 - 객체의 값 삭제(delete) - 객체의 키 값 확인(in) #1 배열 : 배열은 순서가 있는 값. 배열의 순서를 인덱스(index)라고 부른다. 1. 인덱스를 이용해 값에 접근 방법 let myNumber = [73, 98, 86, 61, 96]; [3번째 인덱스 조회] my..
코드스테이츠/Today I Learned
2020. 7. 30. 21:25