How to check if collection Variable is having a value?

So it seems for CollectionVariables null & undefined doesn’t work. Which “” worked.

if (enum !== "") 
{
console.log
}

worked!!