Question: What is the difference between the click behaviors of these two buttons(assuming that this.handleClick is bound correctly)
- `Button A will not have access to the event object on click of the button`
- `Button A will not fire the handler this.handleClick successfully`
- `There is no difference`
- `Button B will not fire the handler this.handleClick successfully`
Answer: The correct answer of the above question is Option B:`Button A will not fire the handler this.handleClick successfully`