Bummer! This is just a preview. You need to be signed in with an account to view the entire instruction.

Well done!

You have completed JavaScript Numbers!

Instruction

Numbers in JavaScript

By Guil Hernandez

Note: To get the most out of the instruction steps, be sure to write all of your code and avoid copying/pasting from the examples. Numbers in JavaScript are as straightforward as they sound; you don’t need any special syntax for numbers, you write them straight into JavaScript. In JavaScript, numbers can be whole numbers (called integers). For example: 5 0 -100 9999 Or numbers with dec...