timer = setTimeout(function() {
}, 1000);
countdown() { let that = this timer = setTimeout(function () { that.countdown() }, 1000); },