Merge pull request #9 from npnjuguna/npnjuguna-arithmetic-operators-example-fix

arithmetic operators example fix
pull/30/head
Asabeneh 5 years ago committed by GitHub
commit 28933001c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1095,7 +1095,7 @@ console.log(weight); // -> 706.32 N(Newton)
The gravity of earth is 9.81 m/s2. The gravity of earth is 9.81 m/s2.
*/ */
console.log( console.log(
`The boiling point of water is ${boilingPoint} oC.\nHuman body temperature is ${body} oC.\nThe gravity of earth is ${gravity} m / s2.` `The boiling point of water is ${boilingPoint} oC.\nHuman body temperature is ${bodyTemp} oC.\nThe gravity of earth is ${gravity} m / s2.`
); );
``` ```
## Comparison Operators ## Comparison Operators

Loading…
Cancel
Save