if (Math.sign(parseFloat(value)) === -1) {
// negative number
}
if (Math.sign(parseFloat(value)) === 1) {
// positive number
}
Categorieën
JavaScript