The TouchList interface represents a list of contact points on a touch surface.
TouchList
MDN Reference
The length read-only property indicates the number of items (touch points) in a given TouchList.
length
The item() method returns the Touch object at the specified index in the TouchList.
item()