The Number MIN_VALUE static property represents the smallest positive numeric value representable in JavaScript.

    
    console.log(Number.MIN_VALUE);
    // 5e-324