this.period = parseInt(period, 100) || 8000;

Red Thread:

 

TestOne

        this.period = parseInt(period, 10) || 8000;

Red Thread:

 

Test Two

        this.period = parseInt(period, 10) || 800;

Red Thread:

 
 

What's your Red Thread?