> Javascript style?

Javascript style?

Posted at: 2014-12-18 
Hi

I have a variable in my script.

var difference = -1;

.

.

.

rest of the program;

And it is put into the HTML file by the script

daysBack.innerHTML = Math.floor(difference) + ... ;

How could I update this "difference" to have different style?