What is numeric literal in JavaScript?
A numeric literal in JavaScript is a direct representation of a number in the code. It is a fixed value (constant) that represents a number without requiring any computation or processing. Numeric literals can represent different types of numbers, including:
1. Integer literals: Whole numbers without any fractional or decimal