1_JavaScript-core / 09_strict-mode / 10_array

김지용·2023년 2월 8일
0
post-custom-banner

01_strict-mode

01_strict-mode.js (엄격 모드)

02_strict-mode-apply.js (엄격모드 적용)

02_example

01_error-case.js

02_change-case.js

/------------------------------------

10_array

01_array.js

02_differences-from-regular-array.js (차이점)

02_array-method (배열 메소드)

01_array-method.js

Array.prototype.indexOf

Array.prototype.push / pop

Array.prototype.(un)shift

Array.prototype.concat

Array.prototype.slice / splice / join / reverse

02_array-higher-order-function.js (배열 고차 함수)

Array.prototype.forEach

Array.prototype.map

Array.prototype.reduce

Array.prototype.some / every

Array.prototype.find

post-custom-banner

2개의 댓글

comment-user-thumbnail
2023년 2월 8일

와~ 공부되게 열심히하시네요

1개의 답글