Notice
Recent Posts
Recent Comments
Link
목록Til (1)
HANA -J
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/Cpca0/btrjcsjw9ES/RKkuXfyaOidSNwJEUG2IIk/img.png)
자주 사용하는 배열 API (출처 : 드림코딩 by 엘리 👍 https://www.youtube.com/watch?v=3CUjtKJ7PJg&list=PLv2d7VI9OotTVOL4QmPfvJWPJvkmv6h-2&index=9) 1. join() - make a string out of an array 2. split() - make an array out of a string 3. reverse() - reverse an array order 4. slice() - 기존배열에서 특정 요소를 포함해서 새로운 배열을 생성 시켜준다. 5. splice() - 기존 배열에서 특정요소를 제거,기존배열자체를 변경 6. find() - 콜백함수를 이용해서 특정요소를 포함하는 요소를 리턴 7. filter() - 콜백..
what I Learnd/TIL
2021. 10. 28. 16:30