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
- ActionBar
- 데이터 타입
- 230503
- DFS
- fragment
- string
- serializable
- C++
- 인텐트
- 230510
- Flutter
- 생명주기
- html
- 함수 인자
- intent
- 230508
- ViewPager
- textContent
- 부가데이터
- Adapter
- DOMContentLoaded
- classList
- 안드로이드
- null-safety
- querySelector
- Class
- javascript
- 프래그먼트
- putextra
- parcelable
Archives
- Today
- Total
목록Arrays (1)
나만의 개발노트
[JS 개념] arrays(배열)
arrays(배열) : 단일 변수 이름 아래에 여러 항목 모음을 저장할 수 있는 개체 크기 조정이 가능하고, 다양한 데이터 유형을 혼합하여 포함할 수 있다. 연관 배열이 아니므로, array elements cannot be accessed using arbitrary strings as indexes, but must be accessed using nonnegative integers (or their respective string form) as indexes.(이해X) 인덱스는 0부터 시작한다. (첫 요소의 index는 0,두번째 요소의 index는 1 ... 마지막 요소는 array's length -1) 배열을 복사하면, 얕은 복사가 된다.(이해X) (참조) https://developer...
[JavaScript]/[JavaScript] 개념 모음
2023. 4. 20. 00:12