React Native

자바스크립트 배열

Machine_웅 2020. 4. 22. 15:38
728x90
반응형

test.unshift('123');
// 앞에 새로운 배열값 추가

test.push('890');
// 뒤에 새로운 배열값 추가

 

728x90
반응형

'React Native' 카테고리의 다른 글

react native 화면이동  (0) 2020.06.06
생명주기 componentWillReceiveProps  (0) 2020.04.23
react native Image cache 문제.  (0) 2020.04.20
악시오스 axios 사용법 ( 작성중 )  (0) 2020.04.08
Flatlist, ScrollView 속성  (0) 2020.03.11