Hi, very nice library. How do I under such conditions in the counter example? ```js {count.value % 2 === 0 ? <div>Even</div>: <div>Odd</div>} ```