The Number NEGATIVE_INFINITY static property represents the negative Infinity value.

    
    console.log(Number.NEGATIVE_INFINITY);
    // -Infinity