Important Javascript Concepts ?
What's the difference between event.preventDefault() and event.stopPropagation() methods?
The event.preventDefault() basically prevent the default behavior of the element in case it is used with form it will prevent it with submit. if used with anch...
hashcodehub.hashnode.dev3 min read