1.
What is the primary purpose of touch events in mobile devices?
2.
Which event is fired when a user places a finger on the touch surface?
3.
What does the touchmove event do?
4.
Which touch event is fired when a touch point is removed from the touch surface?
5.
What is the touchcancel event used for?
6.
In the context of touch events, what is a gesture?
7.
How can you detect a swipe gesture in JavaScript?
8.
What library can be used to simplify handling touch gestures in JavaScript?
9.
What does the .on('swipe', function) method in Hammer.js do?
10.
What is the benefit of using pinch-to-zoom in mobile interfaces?