Skip to content

Instantly share code, notes, and snippets.

@lnfnunes
Created July 29, 2015 17:29
Show Gist options
  • Save lnfnunes/e674ac75a481e0628479 to your computer and use it in GitHub Desktop.
Save lnfnunes/e674ac75a481e0628479 to your computer and use it in GitHub Desktop.
[dojo-js] Jogo do "PIN"
for (var i = 1; i<=40; i++) {
str = (i % 4 == 0) ? 'PIN<br />' : str = i;
document.querySelector('body').innerHTML += str + '<br />';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment