Question: Which method cancels event default behavior?

  1. `cancel()`
  2. `stop()`
  3. `preventDefault()`
  4. `prevent()`

Answer: The correct answer of the above question is Option C:`preventDefault()`