Skip to content

Instantly share code, notes, and snippets.

@vmussak
Created January 23, 2018 20:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vmussak/8f5d34eb9d64bd00fcf3a4fbd3c302c6 to your computer and use it in GitHub Desktop.
Save vmussak/8f5d34eb9d64bd00fcf3a4fbd3c302c6 to your computer and use it in GitHub Desktop.
let listaQualquer = [
'Item 001',
'Item 002',
'Item 003',
'Item 004'
];
let temCoisas;
if (listaQualquer.length > 0)
temCoisas = true;
else
temCoisas = false;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment