Skip to content

The Number valueOf() method

New Course Coming Soon:

Get Really Good at Git

Find out all about the JavaScript valueOf() method of a number

This method returns the number value of a Number object:

const age = new Number(36)
typeof age //object
age.valueOf() //36
→ Get my JavaScript Beginner's Handbook
→ Read my JavaScript Tutorials on The Valley of Code
→ Read my TypeScript Tutorial on The Valley of Code

Here is how can I help you: