Javascript – Numbers

all-scribbly coding javascript
9e-6 Scientific notation uses the letter ‘e’ to represent an exponential value. This number is the same as 9 times 10 to the negative 6 power: 9 * 10^-6 or 0.000009++++++++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 […]

Javascript – Numbers Read More »