(Errors from your JS or Pre-Processors code)
for (var i=100; i > 0; i++) {
document.write(i+'<br/>');
}