Diferença JS entre dois números
var difference = function (a, b) { return Math.abs(a - b); }
Jolly Jackal
var difference = function (a, b) { return Math.abs(a - b); }
if (500 < thenumber && thenumber < 600) {
// ...
}