Computer Science, asked by srilalithl555, 1 year ago

What is Number.NEGATIVE_INFINITY constant in JavaScript?

Answers

Answered by PiyushSinghRajput1
1

Usage. NEGATIVE_INFINITY is a constant and has the same value whether called statically as shown in the syntax or from an object. A negative number greater than MAX_VALUE has the value NEGATIVE_INFINITY.

Answered by DynamicPlayer
0

Five Quick Tips to Learn JavaScript Faster

Reading a lot is not enough and not reading at all is bad as well.

Don't be afraid to leave your comfort zone.

When writing an algorithm, plain text may be helpful.

Stop using alerts and embrace console. log.

Get some basic concepts clear.

Looking for more?

Similar questions