Is there a way to not display or hide JS output within an {#each} statement?
For example, I perform a string split within an {#each} statement and just want to display the result of the 2nd statement not the 1st in the HTML.
{array = string.split(".")} {array[0]}