반응형 Map1 forEach 다음 내용이 먼저 돌아가요 배열을 forEach에 돌리고 작업을 하는데 안에 await 이라는 코드가 있어 다 돌고 다음 코드가 진행을 하겠지? 하고 코드를 만들었습니다. let deleteCount = 0; subProductCheckboxes.forEach(async checkbox => { if(checkbox.checked){ const product_id = checkbox.value; const result = await deleteProductData(product_id); console.log(result); if(result.code === 200){ deleteCount++; } } }); console.log(deleteCount); if(deleteCount > 0){ alert("삭제되었습니다."); win.. 2024. 4. 19. 이전 1 다음 반응형