Skip to content

Instantly share code, notes, and snippets.

@Tynael
Created May 3, 2021 08:40
Show Gist options
  • Select an option

  • Save Tynael/57fd26e0af362f46b512dcbd8899c655 to your computer and use it in GitHub Desktop.

Select an option

Save Tynael/57fd26e0af362f46b512dcbd8899c655 to your computer and use it in GitHub Desktop.
Electron App For Loop
var a = 1;
for ( a = 1; a < 10; a ++) {
console.log('This is a for loop');
}
@Tynael
Copy link
Author

Tynael commented May 3, 2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment