Computer Science, asked by radadiyaavin8916, 1 year ago

What are MAX_VALUE and MIN_VALUE in JavaScript?

Answers

Answered by PiyushSinghRajput1
2

Number.MAX_VALUE and Number.MIN_VALUE are used to represent maximum and minimum numeric value in javascript. Syntax Number.MAX_VALUE Number.MIN_VALUE. Return Type. Both Number.MAX_VALUE and Number.MIN_VALUE returns a numeric value. MAX_VALUE has a value of approximately 1.79E+308.

Answered by DynamicPlayer
1

Heya Mate, your answer ⤵️⤵️

__________

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