[object Object] 값이 나오는 문제 #183
Taewook1212
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
갑자기 이렇게 나오는 .. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
보기 편하게 console 이쁘게 정리해서 문자 넣으려다 발생한 문제
console.log('productData : ' + productData); 이렇게 + 넣으면 typeOf 함수? 처럼 [object] 처럼 나와요
console.log('productData : ' , productData); 하실 거면 , 쉼표로 구분해주세요..
정말 무시무시한 코드에요
console.log(+); 진짜 무시무시한게 뭐냐면
여기 안에서 아예 [object] 로 값을 변환시켜버려서
다음에 코드에 영향을 줘요
삽질...
Beta Was this translation helpful? Give feedback.
All reactions