Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created March 26, 2018 19:52
Show Gist options
  • Save parzibyte/f665b50f746a1b49e78a670c210b99cc to your computer and use it in GitHub Desktop.
Save parzibyte/f665b50f746a1b49e78a670c210b99cc to your computer and use it in GitHub Desktop.
var tabla = 5;
for(var i = 1; i <= 10; i++) console.log(tabla + "x" + i + " = " + tabla * i + "\n");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment