I am able to write code that is invalid and build my app without complaint, but as soon as I open the UI stack in LC, I will get script errors. Example: ```LC repeat for each buttonName in buttonNames ... end repeat ``` In the above I am missing the keyword **item** before **buttonName**