17
Numbers
In this Chapter
Make sense of numbers
Learn about the variety of numerical values you will encounter
Meet the
Math
object and the various mathematical things you can do
A large part of your time in JavaScript will be spent dealing with numbers. Even if you aren’t working with numbers directly, you’ll indirectly encounter them when doing even the most basic of tasks, such as keeping count of something, working with arrays, and so on.
In this chapter, I will introduce you to numbers in JavaScript by looking at how we can use them to accomplish many common tasks. Along the way, we will dive a little bit beyond the basics to broadly explore some interesting number-related things you might find useful.
Using a Number
In order to use ...
Get Javascript Absolute Beginner's Guide, 3rd Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.