1. Start with a list of strings: let hand = ['QH', '3D', 'TC', 'AH'] When the user clicks on a button the items of the list are made into consecutive labels. 2. When the user clicks on a label its position in the list is returned.