if (result <= 100) { target.style.background = 'red'; }
if (result > 100) { target.style.background = 'red'; }