HTML DOM Input Number select() Method
The Input Number select() Method in HTML DOM is used to select the contents of the Input Number field. it is the in-built method of the Number Object. Syntax numberObject.select() Parameters: This method does not contain any parameters. Return Value: This method does not return any value. Example: B