{ currentIndex = currentIndex === 2 ? 0 : 2; }} > Set currentIndex to {currentIndex === 2 ? 0 : 2}
Current index: {currentIndex}
Is the third step currently selected? {thirdStepCurrent}