Skip to content

Instantly share code, notes, and snippets.

View heiflo's full-sized avatar

Florian Heinisch heiflo

View GitHub Profile
@heiflo
heiflo / keybase.md
Created November 10, 2018 10:17
Keybase proof

Keybase proof

I hereby claim:

  • I am heiflo on github.
  • I am heiflo (https://keybase.io/heiflo) on keybase.
  • I have a public key ASCCeE-cAZN0hEhIpEfox8w9pMy6xDAVpRjH_hWz-X3EtQo

To claim this, I am signing this object:

var countdown = (function(){
var index;
function log(){
console.log(index);
}
function iterate(){
log();
if(index>1) setTimeout(iterate, 1000);