Is there a way in arcade to take a value and determine if it is an odd or even number? I have an if statement within a for loop and want the function to perform differently when my var i is even versus when it is odd. This is for the purpose of colouring table rows differently as I am building an HTML string from my arcade script.