작성한 질문수 2
비전공자를 위한 진짜 입문 올인원 개발 부트캠프
자바스크립트 Wrap-up Question
2021. 04. 06. 03:51 작성
·
1.5K
2
밑줄친 push 대신 append 를 사용하면 안되는건가요 ??
답변 1
2021. 04. 06. 06:14
javascript에서 배열에 값을 넣기 위해선 push 메소드를 사용합니다. 따로 append 메소드는 존재하지 않습니다!
[참고]
Python에서는 배열에 append 메소드로 값을 넣습니다
이 글과 비슷한 Q&A
[재 질문]Cannot read properties of undefined (reading 'map') TypeError: Cannot read properties of undefined (reading 'map') 에러 해결 어떻게 하나요?
25.07.08. 06:17
0
7
Cannot read properties of undefined (reading 'map') TypeError: Cannot read properties of undefined (reading 'map') 에러 해결 어떻게 하나요?
25.07.04. 18:45
18
일반적인 css 꾸미기에서 width와 height의 값?
25.05.31. 05:10
28
Windows에서의 업로드 후 홈화면 상품이미지 오류 해결방법
25.03.08. 19:54
96
1