Skip to content

Instantly share code, notes, and snippets.

@wagnerdevel
Created October 5, 2016 21:29
Show Gist options
  • Select an option

  • Save wagnerdevel/d450d7487e629bd715ec030ee2f325a2 to your computer and use it in GitHub Desktop.

Select an option

Save wagnerdevel/d450d7487e629bd715ec030ee2f325a2 to your computer and use it in GitHub Desktop.
for-array
var palavras = ["URI", "SI"];
for (var i = 0; i < palavras.length; i++) {
alert(palavras[i]);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment