728x90 Other/Programming61 Error ing ~What ?Error💡개발 시 발생하는 프로그램의 에러입니다. 💡 상황에 따른 에러를 세분화해놓으면 개발효율이 높아집니다. IDE💡 Reference Error// 단어오타가 있을 경우consle.log("Hello"); 💡 Syntax Error // 기호오타가 있을 경우console.log("Hello); 💡 list should have a unique "key" prop// key가 식별가능한 유일성을 가지지 못한 경우const ExampleList = [ {name: "yi"}, {name: "jo"}];...{ExampleList?.map((item)=>{ {item?.name} } )} Reference Error : example.. 2022. 7. 22. 이전 1 ··· 8 9 10 11 다음 728x90