Basic JavaScript Question:
Download Questions PDF

Name the numeric constants representing max, min values?

Answer:

Number.MAX_VALUE
Number.MIN_VALUE

Download JavaScript Interview Questions And Answers PDF

Previous QuestionNext Question
How to comment JavaScript code? What does JavaScript null mean?