This chapter introduces the concepts, objects and functions used to work with and perform calculations using numbers and dates in JavaScript. This includes using numbers written in various bases including decimal, binary, and hexadecimal, as well as the use of the global Math object to perform a wide variety of mathematical operations on numbers.... Decimal numbers js 1234567890 42 Decimal literals...so, use the 0o prefix instead. js 0888 // 888 parsed as decimal...