this.secondsPassed < 10 ? '0' + this.secondsPassed : this.secondsPassed
const n = 1 alert(('' + n).padStart(2, 0))