---
title: "Name the numeric constants representing max, min values?"  
description: "Name the numeric constants representing max, min values?"  
author: "Amit Singh"  
published: 2011-03-18  
updated: 2020-09-19  
canonical: https://www.mindstick.com/interview/524/name-the-numeric-constants-representing-max-min-values  
category: "javascript"  
tags: ["javascript"]  
reading_time: 1 minute  

---

# Name the numeric constants representing max, min values?

Number.MAX_VALUE //it returns the max value\
Number.MIN_VALUE //it returns the min value

## Answers

### Answer by Amit Singh

Number.MAX_VALUE //it returns the max value\
Number.MIN_VALUE //it returns the min value


---

Original Source: https://www.mindstick.com/interview/524/name-the-numeric-constants-representing-max-min-values

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
