LKLal Krishnaninlalkrishnanbl.hashnode.devยทJun 16, 2023 ยท 1 min readIterate over an array. In Style ๐Let's say you have an array and you want to iterate over the items and whilst reaching the end, on the next button click you want to start from the beginning repeating the same process infinitely. You can achieve this by using the modulo (%) operator...00