Inflearn Community Q&A
강의자료 문의
Resolved
Written on
·
211
0
안녕하세요. 강의 유익하게 잘 보고 있습니다.
혹시 강의하시면서 설명해주시는 문서 자료를 받아 볼 수 있을까요?
강의들으면서 복습하거나 공부할때 보려고 합니다!
Next.js클론코딩postgresqltypescriptnodejsreactdocker
Quiz
45% of people got it wrong. Give it a try!
In web development, what is the JavaScript method primarily used to prevent the default behavior of a page refreshing when submitting a form and to maintain the Single Page Application (SPA) experience?
event.stopPropagation()
event.preventDefault()
event.stopImmediatePropagation()
event.currentTarget()





