What Are Numbers in JavaScript? (Examples Included) June 30, 2022June 27, 2022 by Morg Table of Contents What’s a number in JavaScript? What’s a number in JavaScript? Numbers consist of actual numbers, like what you’d see in real life. Examples are shown below: 1 // one 23 // twenty-three 23.0 // also twenty-three 8.2 // eight point three