Subtract One Number from Another with JavaScript

This commit is contained in:
Abhisek Pattnaik
2015-12-24 12:12:55 +05:30
committed by SaintPeter
parent 979910fa5b
commit 72eb960de0

View File

@ -295,6 +295,9 @@
"description": [
"We can also subtract one number from another.",
"JavaScript uses the <code>-</code> symbol for subtraction.",
"",
"<strong>Example</strong><blockquote>12 - 6 = 6</blockquote>",
"",
"<h4>Instructions</h4>",
"Change the <code>0</code> so that difference will equal <code>12</code>."
],