Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created March 26, 2018 19:54
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 parzibyte/03e74292332c0341c4d66a0b94b83b72 to your computer and use it in GitHub Desktop.
Save parzibyte/03e74292332c0341c4d66a0b94b83b72 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}
`);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment